Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lock desktop from vfp
Message
 
To
25/10/2005 13:17:27
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01061897
Message ID:
01062263
Views:
17
>Hi Khubaib,
>
>Not very elegant but this works:
>
>
>  RUN rundll32.exe user32.dll,LockWorkStation
>
>
>Bill
>
>>have any code or api function lock the windows desktop.
>>thanks

Bill,

An alternative would be:
declare Short LockWorkStation in Win32API
declare Integer GetLastError in Win32API
if LockWorkStation() = 0
	? GetLastError()
endif
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Reply
Map
View

Click here to load this message in the networking platform