|
-
May 30th, 2007, 02:11 AM
#1
Thread Starter
Junior Member
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
-
May 30th, 2007, 02:15 AM
#2
Fanatic Member
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.
-
May 30th, 2007, 03:45 AM
#3
Fanatic Member
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.
-
May 30th, 2007, 08:43 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|