how to make vb.net application startup application

  • Thread starter Thread starter Umar
  • Start date Start date
U

Umar

hi

i am working on vb.net application i want to start my application when
the widnow is started.
can any body guide me how i can do that.
any kind of help will be appriciated.


thanx
 
Umar said:
i am working on vb.net application i want to start my application when
the widnow is started.
can any body guide me how i can do that.
any kind of help will be appriciated.

Add your application to the user's autostart folder (in the start menu), for
example.
 
Umar said:
hi

i am working on vb.net application i want to start my application when
the widnow is started.
can any body guide me how i can do that.
any kind of help will be appriciated.


thanx


hi,

Just paste an copy of the shortcut of your exe here "C:\Documents and
Settings\User\Start Menu\Programs\Startup"
 
Back
Top