Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Avoid ther applications
Message
From
24/11/2001 10:52:13
 
 
To
23/11/2001 18:07:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00585269
Message ID:
00585361
Views:
20
>Were's my problem: I want that when my application/form is running user can't do anything such as running other applications, hit the start button...

You can do something like:
_screen.AlwaysOnTop = .T.
_vfp.Width = SYSMETRIC(1) + 5
_vfp.Height = SYSMETRIC(2) + 5
Which will hide all other applications and the task bar. Though, you can still get to the start menu with the keyboard. I'm not sure if its possible to get around that in VFP.
Previous
Reply
Map
View

Click here to load this message in the networking platform