I don't understand why you posted here instead of in a forum related to Visual Basic, but...
Change the Icon property of your startup form (the first form that loads when your project starts). You can also change that form in the Project Properties.
Printable View
I don't understand why you posted here instead of in a forum related to Visual Basic, but...
Change the Icon property of your startup form (the first form that loads when your project starts). You can also change that form in the Project Properties.
The icon shown by Explorer is the first icon in the resource file, I believe.
By default in VB it's that ugly 3D-shadowy fake form icon.Quote:
Originally posted by JoshT
The icon shown by Explorer is the first icon in the resource file, I believe.
Oh I am sorry !...by mistake i posted this question here...:oQuote:
Originally posted by filburt1
I don't understand why you posted here instead of in a forum related to Visual Basic, but...
Change the Icon property of your startup form (the first form that loads when your project starts). You can also change that form in the Project Properties.
ANy way thanks for the input !