how to disable Close button of windows form using C#.Net
-
hello frnds, i am using C#.Net 2.0 window based application. i want to disable Windows close button. how can do that ??? any API ??? please help. thankx in advance koolprasad2003 :) Be a good listener...Because Opprtunity knoughts softly...N-Joy
-
hello frnds, i am using C#.Net 2.0 window based application. i want to disable Windows close button. how can do that ??? any API ??? please help. thankx in advance koolprasad2003 :) Be a good listener...Because Opprtunity knoughts softly...N-Joy
-
hello frnds, i am using C#.Net 2.0 window based application. i want to disable Windows close button. how can do that ??? any API ??? please help. thankx in advance koolprasad2003 :) Be a good listener...Because Opprtunity knoughts softly...N-Joy
You need PInvoke for that. Check this[^]
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions