Is there a simple solution to detect the state of windows concerning it being locked or unlocked without using keyboard hooks and other more complicated methods i dont understand yet? (read VB newb) :wave:
Printable View
Is there a simple solution to detect the state of windows concerning it being locked or unlocked without using keyboard hooks and other more complicated methods i dont understand yet? (read VB newb) :wave:
Here's a solution I found on google:
I have viewd this one already, and the writer included a bunch of key stroke hooks to capture other events thus confusing what im looking at.
IS there not a method to just look at the state of a pc?? Locked or unlocked?
HI,Quote:
Originally Posted by smilbuta
Here's an example how to use locked or unlocked with a Button;
http://msdn2.microsoft.com/en-us/lib...on.locked.aspx
I know it's not exactly the same but it can give you a clou how to do it for a PC.
Wkr,
sparrow1
With "windows" are you refering to forms?Quote:
... windows being locked ...
Or are you refering to the operating system "Microsoft Windows" being locked so that the user needs to fill in a password to continue working on it?
NO, I was reffering to the Operating system itself.