HOWTO: Hiding Desktop in Run-Time (.exe) VFP5 ApplicationLast reviewed: February 11, 1997Article ID: Q156088  | 
	
	
 
The information in this article applies to:
 
 SUMMARYIn 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 = -1000However, in Visual FoxPro 5.0, you no longer have to do it this way. 
 MORE INFORMATIONIn Visual FoxPro 5.0, you can easily hide the Visual FoxPro desktop in your run-time application by using the following steps: 
 
  | 
	
	KBCategory: kbui kbhowto 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use.  |