Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Login "Message"

Status
Not open for further replies.

uriahheep

Programmer
Apr 15, 2002
2
UA
Hi folks,

I want to make my program perform a certain action when a user logs in to Widows 98.

Is there any kind of "Message" or some means to check this event?


Thanks

UH
 
a way to this
find what file is launcher on each wanted OS
set regedit to start your app upon this app call someone knowledge ends were
someone else knowledge starts
 
Thanks, but that sounds not very promising:)

Perhaps, I hasn't made myself clear:

My application is already run "AsService" before a LOGIN. I want it to do somethimg once a User has logged in or Windows desktop loaded.

Cheers
 
You would need to add a program to the startup group (or under the "Run" registry entry) that would command your service to do something.

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top