Please Help Me.

  • Thread starter Thread starter slash1020
  • Start date Start date
S

slash1020

Guest
If I want to run my application automatic when the windows starts.
(like the clock,volume....)

But I dont to use API.
How could I code the program?

I dont want to set it by human.....

I mean the application can set the function by itself.


Thanks.....
 
Add your application to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run using the Microsoft.Win32.Registry classes.
 
Back
Top