Minimizing form

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kimiraikkonen

    #1

    Minimizing form

    Hi,
    Maybe simple, but i couldn't find the correct class for minimizing
    current form when a "button" is clicked.



    Thanks.
  • Michael D. Ober

    #2
    Re: Minimizing form

    "kimiraikko nen" <kimiraikkonen8 5@gmail.comwrot e in message
    news:6931690a-8fe2-4f9d-b48f-57dc702ecad9@e4 g2000hsg.google groups.com...
    Hi,
    Maybe simple, but i couldn't find the correct class for minimizing
    current form when a "button" is clicked.
    >
    >
    >
    Thanks.
    >
    Take a look at the WindowState property.

    Mike.


    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: Minimizing form

      "kimiraikko nen" <kimiraikkonen8 5@gmail.comschr ieb:
      Maybe simple, but i couldn't find the correct class for minimizing
      current form when a "button" is clicked.
      \\\
      Me.WindowState = FormWindowState .Minimized
      ///

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

      Comment

      Working...