How To Hide Desktop in Run-Time (.exe) VFP5 Application (156088)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q156088 SUMMARY
In Visual FoxPro 3.0, you can hide the Visual FoxPro desktop in your run-
time application by setting the position of the desktop off the screen, for
example:
_SCREEN.Width = -1000
_SCREEN.Top = -1000
However, in Visual FoxPro 5.0, you no longer have to do it this way.
Modification Type: | Minor | Last Reviewed: | 7/1/2004 |
---|
Keywords: | kbhowto KB156088 |
---|
|