Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I get rid of that darn Window???
Message
From
29/02/2000 17:01:41
 
 
To
29/02/2000 15:33:23
Michael Vaccarello
Insurance Data Processing, Inc.
Wyncote, Pennsylvania, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00339376
Message ID:
00339429
Views:
12
>Whenever I run my EXE I see the Foxpro outline window behind my application. I would like to only see my Form and nothing else surrounding it. How do I do that??????

You can put SCREEN = OFF in your config file and use a TopLevel FOrm (ShowWIndow property). TTL can't be modal (from what I can tell) so you'll have to include a READ EVENTS in your code and the matching CLEAR EVENTS. Also, all other forms should be set to ShowWIndow = in top level form.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform