Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I get rid of that darn Window???
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00339376
Message ID:
00339461
Views:
16
>>>>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.
>>
>>Mike/Michael:
>>
>>SCREEN=OFF works only for VFP6, I don't think it works in VFP5.
>
>SCREEN=OFF works in VFP5 just fine

Thanks, Nick. I had just determined that to be true myself. Must have been VFP3 that SCREEN=OFF wasn't recognized.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform