(C#) How to remove icon from form.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    (C#) How to remove icon from form.

    I'm using C#, framework 2.0.

    I'd like to set one of my forms to use no icon, but I can't find the place to set this. Does anyone know how to set a form to have no icon?
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Originally posted by insertAlias
    I'm using C#, framework 2.0.

    I'd like to set one of my forms to use no icon, but I can't find the place to set this. Does anyone know how to set a form to have no icon?
    Never mind, I found the answer. Set the Property "ShowIcon" to false.

    Thanks anyway.

    Comment

    Working...