How can I add an icon to my program when I compile it, or make an install-pack?
Regadrs
Wouter
Printable View
How can I add an icon to my program when I compile it, or make an install-pack?
Regadrs
Wouter
If you're talking about the icon for your exe then. Select Project Properties from Project menu. Then select Make tab. In the Icon dropdown select the form with the Icon you want to have for your exe.
------------------
Serge
Software Developer
[email protected]
[email protected]
ICQ#: 51055819
Make sure that the file is a .ico file. If you do not have a .ico look in the sample VB projects on the Visual Studio CD (Disk 2 for enterprise.) It has a program to convert pictures to .ico files.