my project should run when people logon into windows or system

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi everyone,
i have one application(windows or web application)
that application should run
when i logged into windows
for example, when ever user logon to the system or windows
my application should get the login and display as welcome "login name"
so my application should run when anybody logged into the windows

this is my requirement

pls help me to complete my application
Thank u in advance

Cheers
Ramesh
 
You could just place the application in the windows start up directory, then
it will be run whenever people start up windows. I think that should also
apply to logging in.
The username can be grabbed from SystemInformation. namespace.

HTH

Jax
 
Back
Top