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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top