Show Window while Computer is locked

  • Thread starter Thread starter Josh Burkard
  • Start date Start date
J

Josh Burkard

Hello

For a alarm-system in our company i want to show a message-window at the
users screen while some events, even the users computer (Win XP SP 2 in
domain) is locked.

How can i show a window from VB.net while the computer is locked down?

Best regards

Josh
 
For a alarm-system in our company i want to show a message-window at the
users screen while some events, even the users computer (Win XP SP 2 in
domain) is locked.

How can i show a window from VB.net while the computer is locked down?

I don't think that's possible - the machine is locked, hence no windows can
be displayed.

If windows could be displayed, that would present a security hazard (i.e.
applications could display sensitive information while locked).

If the machine is locked - who's going to be reading the messages?
 
A co-worker of mine suggested making a screen saver style application that
should be able to display something while the computer is locked (you'll
have to check ?).

The screen saver though is called by the OS, so you'll still have a period
of time during whihc you can't display anything (depending on the screen
saver settings).
 
Back
Top