|
-
Oct 2nd, 2000, 07:26 AM
#1
Thread Starter
Addicted Member
Hi
How do i change the default icon of vb when i compile a project to exe?
Thanks in advance
-
Oct 2nd, 2000, 07:31 AM
#2
Addicted Member
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...
-
Oct 2nd, 2000, 07:54 AM
#3
Thread Starter
Addicted Member
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
-
Oct 2nd, 2000, 08:17 AM
#4
Addicted Member
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...
-
Oct 2nd, 2000, 08:38 AM
#5
Frenzied Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|