Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with lockwindowupdate() APi call...
Message
From
17/02/2003 09:26:25
 
 
To
16/02/2003 21:02:50
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00753913
Message ID:
00754061
Views:
21
>I appears that the functionality of your method is that the timer is constantly looking for a window named 'Printing...' on sets is size to and position to zero. Pretty neat method. I'll try it a work on Monday. I am anxious to see how well it will work on our new P4 at 2.26 mhz.

Yes, it is constantly looking for a window with "some" title to appear. But it is not set the size and position. Look for the Flag.
NoSize = Do not set the size / use default size
NoMove = Do not move the window / use default position
HideWindow = Hide the window

It's the last flags that actually do the trick (hide). But some window like VFP Print Preview sometimes change it's position or size or docking position if we don't include NoSize and NoMove.

I really hope it works on your machine

Regards
Herman
Previous
Reply
Map
View

Click here to load this message in the networking platform