Results 1 to 4 of 4

Thread: How to create short cut

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2005
    Posts
    27

    How to create short cut

    Hi

    This is my problem

    When i install package in VB i want to create short cut on Tray bar(Taskbar) and also when i start up the system my application will start automatically.Thanks in advance

    regards
    U.Srikanth

  2. #2
    Fanatic Member robbedaya's Avatar
    Join Date
    Jul 2002
    Location
    Belgium
    Posts
    872

    Re: How to create short cut

    What program do you use to create your installer?
    - Use the thread tools to Mark your Thread as Resolved when your question is answered.
    - Please Rate my answers if they where helpful.

  3. #3
    Fanatic Member robbedaya's Avatar
    Join Date
    Jul 2002
    Location
    Belgium
    Posts
    872

    Re: How to create short cut

    Do you want VB to start when your computer starts?
    Or do you want a selfmade-application to start when a computer starts when your application is installed on that computer.

    Add a value to the registry to allow programs to start-up on boot in the registry folder:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run


    If you want your application to start up on boot, then it depends on the software you use to make your installer. In some Installer-software there are functions that allow you to define that your application schould start on computer-boot. Or they allow you to create registry keys, within your install procedure.
    - Use the thread tools to Mark your Thread as Resolved when your question is answered.
    - Please Rate my answers if they where helpful.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How to create short cut

    Moved to Application Deployment

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width