hi guys
i have a question, i want to remove the blue default exe icon of my project to a default windows exe icon, how to do that please?:(
Printable View
hi guys
i have a question, i want to remove the blue default exe icon of my project to a default windows exe icon, how to do that please?:(
go to "Project" on the Menu Strip of Visual Studio then "<project name> Properties..." then at the "Application Tab" theres a textbox with a label "Icon:". from there you can browse which icon you want. It should be ".ico" file type.
i don't want to change random icon, I want To remove that default icon of the VB application !
I want To change it to this : Attachment 100351
if you guys didn't know what i'am talking about i'll explain
when you use savefiledialog to save an exe file, it will save it as the default windows icon not the visual basic icon, i want to make my project with no icon at all, just the default icon as showen above :(
We know what you're talking about... and we've given you the answer... if you want the "default" icon... then you need to set it as the icon of your project... The icon of the app is set using the method cin pointed out... it's not "random" it's a specific setting in a specific location for a specific reason. It's not random by any means.
-tg
Well Thanks Guys Anyway:D