Validation window is opening but in minimised state
C#
2
Posts
2
Posters
0
Views
1
Watching
-
HI i am working on c# windows application.When i click the button a validation window has to be open ,i am getting this in minimised state how to get it in normal state.I am new to .net development any sugesstions please
-
HI i am working on c# windows application.When i click the button a validation window has to be open ,i am getting this in minimised state how to get it in normal state.I am new to .net development any sugesstions please
go to the properties of the window and set the Window State property to Normal.