[perl-win32-gui-users] Re: Draggable 'window'

2005-08-20 Thread Steven Lloyd
Robert, Thanks a bunch! That does work very nice. I have been gone camping with the family so I haven't even looked at a computer in 3 days. Very well done. Steve - Original Message - From: Robert May [EMAIL PROTECTED] To: Steven Lloyd [EMAIL PROTECTED] Cc: Jeremy White [EMAIL

[perl-win32-gui-users] Re: Draggable 'window'

2005-08-19 Thread Robert May
Steven Lloyd wrote: MouseMove returns the label, and the x, y coordinates of the mouse, right? Right - but it gives an unsigned value. This is not usually a problem, as you don't normally seem mouse move locations outside the client area, which always has 'small' positive values. The code

RE: [perl-win32-gui-users] Re: Draggable 'window' [Was: MDIFrame and background Image]

2005-08-16 Thread Jeremy White
Well, I have got close but I am not sure how to make the Drawn rectangle transparent or how to dispose of the DC after I am through.. Any help would be greatly appreciated. You'll be glad to know, that the solution is straightforward:) It's probably worth explaining a few things for the

Re: [perl-win32-gui-users] Re: Draggable 'window' [Was: MDIFrame and background Image]

2005-08-16 Thread Steven Lloyd
://www.basgetti.com - Original Message - From: Jeremy White [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: perl-win32-gui-users@lists.sourceforge.net Sent: Tuesday, August 16, 2005 2:58 AM Subject: RE: [perl-win32-gui-users] Re: Draggable 'window' [Was: MDIFrame and background Image

Re: [perl-win32-gui-users] Re: Draggable 'window' [Was: MDIFrame and background Image]

2005-08-16 Thread Jeremy White
Thanks Jez. Your suggestions seems to work except for the last thing. As I move the cursor over windows, how do I repaint windows that no longer have the cursor over them? Is there a way to get all the windows to repaint? Disposing of the DC did not seem to do this? Releasing the DC

Re: [perl-win32-gui-users] Re: Draggable 'window' [Was: MDIFrame and background Image]

2005-08-16 Thread Steven Lloyd
Thanks Jez, I will work on the coordinates.. We are close now.. :) - Original Message - From: Jeremy White [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: perl-win32-gui-users@lists.sourceforge.net Sent: Tuesday, August 16, 2005 7:05 AM Subject: Re: [perl-win32-gui-users

Re: [perl-win32-gui-users] Re: Draggable 'window' [Was: MDIFrame and background Image]

2005-08-16 Thread Steven Lloyd
-gui-users] Re: Draggable 'window' [Was: MDIFrame and background Image] Thanks Jez. Your suggestions seems to work except for the last thing. As I move the cursor over windows, how do I repaint windows that no longer have the cursor over them? Is there a way to get all the windows

[perl-win32-gui-users] Re: Draggable 'window' [Was: MDIFrame and background Image]

2005-08-15 Thread Steven Lloyd
Well, I have got close but I am not sure how to make the Drawn rectangle transparent or how to dispose of the DC after I am through.. Any help would be greatly appreciated. #!perl -w # Left-Click on the target image, and drag

[perl-win32-gui-users] Re: Draggable 'window' [Was: MDIFrame and background Image]

2005-08-11 Thread Robert May
Steven Lloyd wrote: Rob, I have got this far but I cannot seem to get SetCapture to allow me to go outside my window. Any ideas? Steve, Please can we keep discussion on-list (unless they are OT) - others may be able to help, and may like to see the problems being solved. Read up about

[perl-win32-gui-users] Re: Draggable 'window' [Was: MDIFrame and background Image]

2005-08-11 Thread Steven Lloyd
Thanks Rob, Lesson learned. I will try to exand on this tonight. You rock! Steve Lloyd http://www.basgetti.com Steven Lloyd wrote: Rob, I have got this far but I cannot seem to get SetCapture to allow me to go outside my window. Any ideas? Steve, Please can we keep discussion on-list