Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Restricting Other Applications
Message
From
24/08/1998 09:56:01
 
 
To
24/08/1998 09:38:09
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00129302
Message ID:
00129307
Views:
19
>Hi
>Is there a way to restrict a user from running no other application except the one I have developed?? I have heard of a Policy Editor but cannot find it anywhere.
>Is there a way to shut down the computer if the user exits my app.???
>
>TIA
>
>Abdul Ahad

Yes, there're some ways to shutdown the computer.
Here's the one of them:
...
oShell = GetObject("", "Shell.Application")
oShell.ShutdownWindows()
...
Best regards.

Alex.
Alex
Previous
Reply
Map
View

Click here to load this message in the networking platform