I changed the main icon used on a WinForms project. I updated the icon in project properties, and also the icon property on a number of forms in the project. However, when I display a InputBox the old project icon is still displayed in the task bar for the input box.

string userInput = Interaction.InputBox("Enter Your Favorite Color.", "Red", String.Empty, -1, -1);

Any ideas out there.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Dan, You will have to update the Icon in the Add/Remove programs. It takes the icon which is registered when the application is installed.

link|improve this answer
Great Advice KZ. – dretzlaff17 Oct 5 '10 at 21:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.