Home All Groups Group Topic Archive Search About

How to get default form icon back?

Author
3 Apr 2005 10:30 PM
Brett
How do I get the default VS.NET form icon back after changing icons?

Thanks,
Brett

Author
3 Apr 2005 10:48 PM
Oenone
Brett wrote:
> How do I get the default VS.NET form icon back after changing icons?

Right-click the Icon property in the Properties window and select Reset. The
original icon will be restored.

--

(O) e n o n e
Author
3 Apr 2005 10:49 PM
Herfried K. Wagner [MVP]
"Brett" <no@spam.net> schrieb:
> How do I get the default VS.NET form icon back after changing icons?

Place the cursor over "(Icon)" in the properties window and press the Delete
key.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
3 Apr 2005 10:54 PM
Qwert
Me.Icon = Nothing

Show quoteHide quote
"Brett" <no@spam.net> schreef in bericht
news:eJkj2yJOFHA.3704@TK2MSFTNGP12.phx.gbl...
> How do I get the default VS.NET form icon back after changing icons?
>
> Thanks,
> Brett
>