Does anyone know how I can change the icon that appears in the desktop shortcut to a VB app when it is installed?
I thought perhaps changing a line in setup.lst would do the trick, but it's not at all obvious which line.
Printable View
Does anyone know how I can change the icon that appears in the desktop shortcut to a VB app when it is installed?
I thought perhaps changing a line in setup.lst would do the trick, but it's not at all obvious which line.
Change the icon property of your main form.
Excellent! It worked perfectly.
Somehow I think I was missing the easy solution....