How do I create a C# application that survives logoffs (windows xp/nt)?

  • Thread starter Thread starter Preethi
  • Start date Start date
P

Preethi

How do I create a C# application that survives logoffs (windows xp/nt)?

------------------------------------------------------------------------------
--

How do I create a C# application that survives logoffs (windows xp/nt) and
that if opened in some user that logged out - will be opened in another user
that logged in (the same instance).

Meaning that while the windows is opened - and the application is open. It
will not be closed by an indirect action.

Any help would be appreciated
 
Back
Top