x button

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • enrico via DotNetMonster.com

    x button

    is there a way that you can eliminate the x(close) button of your form?

    --
    Message posted via http://www.dotnetmonster.com

  • Herfried K. Wagner [MVP]

    #2
    Re: x button

    "enrico via DotNetMonster.c om" <u41845@uweschr ieb:
    is there a way that you can eliminate the x(close) button of your form?
    You can remove all system buttons by setting the form's 'ControlBox'
    property to 'False'.

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

    Comment

    • Cor Ligthert[MVP]

      #3
      Re: x button

      A simple sollution, it can even easier.



      Cor
      "enrico via DotNetMonster.c om" <u41845@uweschr eef in bericht
      news:82719a3852 21a@uwe...
      is there a way that you can eliminate the x(close) button of your form?
      >
      --
      Message posted via http://www.dotnetmonster.com
      >

      Comment

      Working...