Hello,
How can i create a shortcut on desktop by writing code in vb-6.
Please give me appropriate solution. for example when we install any program , it automatically creates a shortcut on the desktop.
Millions thanks in advance.
santy
Printable View
Hello,
How can i create a shortcut on desktop by writing code in vb-6.
Please give me appropriate solution. for example when we install any program , it automatically creates a shortcut on the desktop.
Millions thanks in advance.
santy
Check out this thread:
http://forums.vb-world.net/showthrea...light=Shortcut
Regards.
I think inno setup has an option for that:
http://www.jrsoftware.org/
Try Visual Studio Installer, it does all the thing you want and it is free from Microsoft web site.