RE: [perl-win32-gui] Window Question

1999-03-29 Thread Philip A. Larson
is between DialogBox and window tho'. > > Barry > > > > > -Original Message- > > From: Philip A. Larson [SMTP:[EMAIL PROTECTED]] > > Sent: Saturday, March 27, 1999 1:52 AM > > To: [EMAIL PROTECTED] > > Subject:RE:

RE: [perl-win32-gui] Window Question

1999-03-29 Thread O'Sullivan, Barry A
p A. Larson [SMTP:[EMAIL PROTECTED]] > Sent: Saturday, March 27, 1999 1:52 AM > To: [EMAIL PROTECTED] > Subject: RE: [perl-win32-gui] Window Question > > Now that's cool. I don't know what that is either, but I see now that > Aldo > used it in his listbox example. I

RE: [perl-win32-gui] Window Question

1999-03-26 Thread Philip A. Larson
alf Of O'Sullivan, Barry > A > Sent: Friday, March 26, 1999 4:20 PM > To: '[EMAIL PROTECTED]' > Subject: RE: [perl-win32-gui] Window Question > > > Hi All > > From playing around and looking through some of the > samples, it tu

RE: [perl-win32-gui] Window Question

1999-03-26 Thread O'Sullivan, Barry A
) so maybe it's the WS_BORDER that does the trick. Barry > -Original Message- > From: Mike Blazer [SMTP:[EMAIL PROTECTED]] > Sent: Friday, March 26, 1999 4:58 PM > To: [EMAIL PROTECTED] > Subject: Re: [perl-win32-gui] Window Question > >

RE: [perl-win32-gui] Window Question

1999-03-26 Thread O'Sullivan, Barry A
:[EMAIL PROTECTED]] > Sent: Wednesday, March 24, 1999 10:56 PM > To: [EMAIL PROTECTED] > Subject: RE: [perl-win32-gui] Window Question > > Yes, I thought about the timer solution last night. I tried it at 50 msecs > and it creates just as an annoying flashing effect as th

RE: [perl-win32-gui] Window Question

1999-03-24 Thread Philip A. Larson
esday, March 24, 1999 9:53 AM > To: [EMAIL PROTECTED] > Subject: Re: [perl-win32-gui] Window Question > > > > Can anyone tell me how to prevent a Window from being resized > and moved? I > > am able to capture the Resize event, but not the Move event. > BTW, returnin

Re: [perl-win32-gui] Window Question

1999-03-24 Thread David Hiltz
> Can anyone tell me how to prevent a Window from being resized and moved? I > am able to capture the Resize event, but not the Move event. BTW, returning > "0" doesn't prevent the resizing. My work around is to reset the original > coordinates when I capture the resize event but this creates a di

[perl-win32-gui] Window Question

1999-03-23 Thread Philip A. Larson
Hello All, Can anyone tell me how to prevent a Window from being resized and moved? I am able to capture the Resize event, but not the Move event. BTW, returning "0" doesn't prevent the resizing. My work around is to reset the original coordinates when I capture the resize event but this creates