Forms icon

  • Thread starter Thread starter Rookie
  • Start date Start date
R

Rookie

Hi,

In the title bar of the form, there is an icon displayed. How do I get rid
of it? I tried programmatically doing :

this.Icon=null;
(this refers to the form)

That didn't work. Is there anything else I should be doing?

Hope to hear from someone out there.Thanks
 
Hi,

I think what you are looking for is the ControlBox property. If you set that
to False, the form won't have a system icon.


Jonathan Holmes
 
Back
Top