Hi
How do i change the default icon of vb when i compile a project to exe?
Thanks in advance
Printable View
Hi
How do i change the default icon of vb when i compile a project to exe?
Thanks in advance
Hi,
in VB5 it's MENU PROJECT PROPERTIES -> MAKE tab -> Icon...
If you meant Icon of a FORM, it's in the FORM's Icon property...
Thanks for the replay vince
I tried the MENU PROJECT PROPERTIES -> MAKE tab -> Icon
But there arent any option for me to change the basic default icon
What do you mean by BASIC DEFAULT ICON ? Do you mean you want to change the DEFAULT ICON for each new project in your VB editor ? This I don't know if it's possible...
take a form in the project
set its icon property to what icon you want
go to Project>Properties>Make tab>Icon as CoMMiE said
select the form from above in the dropdown list
hit ok
if you want more than one icon in your exe:
add a new resource file to the project
add the icons you want to that resource file
compile the exe