How do you create a self-installing shortcut in VB ver.6 application wizard that will automaticly install a shortcut with an icon on the user's window screen ?
Printable View
How do you create a self-installing shortcut in VB ver.6 application wizard that will automaticly install a shortcut with an icon on the user's window screen ?
You could just...
...install the shortcut on the first run of the prog
I don't know how to do it in P&D wizard b'cause I don't use it.
Look here for info:
http://www.vb-world.net/tips/tip35.html
Have fun!