How to remove the icon of child form?

  • Thread starter Thread starter Sakharam Phapale
  • Start date Start date
S

Sakharam Phapale

Hi All,

Actually, I am showing the icon on MDI form.
Hence, I don't want to show any type of icon (including default) on child
form.
I tried that but I could not able to delete the icon at design time.

Any help will be appreciated.

Thanks in Advance
Sakharam Phapale
 
Sakharam said:
Actually, I am showing the icon on MDI form.
Hence, I don't want to show any type of icon (including default) on child
form.
I tried that but I could not able to delete the icon at design time.

You can try to change the 'BorderStyle' property or set the icon to
'Nothing' at runtime (both untested).
 
Create a blank icon file in Visual Studio .NET.

Setting the Icon to Nothing (Herfried suggested this) doesn't seem to work
for me - although I'm not sure why!
Setting the FormBorderStyle to ToolWindow does, but still leaves the icon in
the TaskBar.

HTH

Nigel Armstrong
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top