1
That line interferes with alt+tab to switch to other application. ("TopMost" means the window stays on top of other windows, unless they are also marked "TopMost".)
Accepted 1
oh yes, its not unsderstood to everyone okay i wont delete next time
1
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
ok
1
if you keep FormBorderStyle as None then ControlBox will not be visiable
1
yes go ahead only if its related to this task otherwise you have to post new thread
1
yes fine working. thanku
1
Then change form border style to FixedSingle
0
Are using .Net Framework or .Net Core?
0
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.