Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compiling Issues
Message
 
To
07/06/2001 17:20:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00516678
Message ID:
00516697
Views:
18
Here you go.
  DECLARE INTEGER GetDesktopWindow IN WIN32API
  DECLARE INTEGER LockWindowUpdate IN WIN32API INTEGER lnHandle
  hWin = GetDeskTopWindow()
  LockWindowUpdate(hWin)
   COMPILE xyz.prg
  LockWindowUpdate(0)
Bob Lee
>I am compiling some code at run time and need to know if there is a way to turn off the progress bar the compiler displays ?
>
>Thanks
In the beginning, there was a command prompt, and all was well.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform