Han Qiao

Hi,

I need to make my application so that it won't closed when the windows Log Off.
I did cancel form_closing event, but it makes the system can't Log Off.

Why i need this ...............................Remote Log On.

Is that possible using C#

Thanks in advance




Re: Visual C# General Still Active Though Log Off

Appel

What do you mean with Remote Log On

If you want your application to always run you can create a Windows Service. Then that service can listen for incoming remote or local connections from clients.




Re: Visual C# General Still Active Though Log Off

Han Qiao

Log On to other machine remotely. So far my boundary just for LAN connection.
Cool... never thought it is Windows Service.

Thanks a lot.