Skip to content
Loading
How to do a form as fullscreen in c# windows application
  • oh yes, its not unsderstood to everyone okay i wont delete next time
    +1
  • Rajanikant Hawaldar
    Hello @S J, Henceforth do not delete your replies, you deleted your replies see and see now below conversion looks incorrect to everyone who search / look for the same issue
    +1
  • Rajanikant Hawaldar
    ok
    +1
  • Rajanikant Hawaldar
    if you keep FormBorderStyle as None then ControlBox will not be visiable
    +1
  • Rajanikant Hawaldar
    yes go ahead only if its related to this task otherwise you have to post new thread
    +1
  • yes fine working. thanku
    +1
  • Rajanikant Hawaldar
    Then change form border style to FixedSingle
    +1
  • Rajanikant Hawaldar
    Are using .Net Framework or .Net Core?
    0
  • Rajanikant Hawaldar
    I am not facing any issues with your code. When you set FormBorderStyle as System.Windows.Forms.FormBorderStyle.None ControlBox will not be visible because its located on Border area. If you want to use FormBorderStyle as None then you have implement shortcut key in Form Keydown event to close form or add button to close form.
     
    Add one button then attach click event write code as this.Close(); after launch app click on button and confirm first app is really hanged on not, Add textbox and try to edit. 
    0