Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ShutDown while Minimized on Task Bar
Message
From
22/04/2002 21:21:37
 
 
To
22/04/2002 19:32:48
Mike Smith
Doncaster Office Services
Oakville, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00647922
Message ID:
00647943
Views:
14
This message has been marked as the solution to the initial question of the thread.
Hi Mike,

I use VFP 6 SP5 in my apps and the close option IS enabled on the task bar when minimized and it will close the app properly by right click on the taskbar icon and select close from the menu, (Just like Excel and Word). So therefore, I would say NO you should not have to upgrade to VFP7 to do this.

The task bar menu option "Close" is always disabled on MODAL forms whether minimized or not. Is your main form or the active form a MODAL form? If this is the case, try to design your forms to be modeless (WindowType = 0) and use read events in your main procedure file to keep your application alive after you have called your main form. Also make sure that _screen.closable = .t. and your forms are set to Closable = .t.

HTH

Elmer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform