how to make vb.net application startup application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Umar

    #1

    how to make vb.net application startup application

    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

  • Herfried K. Wagner [MVP]

    #2
    Re: how to make vb.net application startup application

    "Umar" <me.crimemaster @gmail.comschri eb:
    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.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    • Cor Ligthert [MVP]

      #3
      Re: how to make vb.net application startup application

      Herfried,

      This could only be an answer by you.

      But it is true,

      :-)

      Cor

      "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.atschr eef in bericht
      news:ODA7ps0zGH A.3440@TK2MSFTN GP06.phx.gbl...
      "Umar" <me.crimemaster @gmail.comschri eb:
      >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.
      >
      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://classicvb.org/petition/>

      Comment

      • sarathy007@gmail.com

        #4
        Re: how to make vb.net application startup application


        Umar wrote:
        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:\Documen ts and
        Settings\User\S tart Menu\Programs\S tartup"

        Comment

        Working...