Sub Screen behind the Main Screen
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hi all I created a simple system But there is a problem in the system is that when I am calling sub-screen from the Home screen the screen behind the main screen . :rose:
Thaer
-
Hi all I created a simple system But there is a problem in the system is that when I am calling sub-screen from the Home screen the screen behind the main screen . :rose:
Thaer
-
You'll need to set the parent of the new screen to your home-form;
SubScreenForm myForm = new SubScreenForm();
SubScreenForm.ShowDialog(this);I are Troll :)
Thanks Mr Eddy Vluggen Good Ans :rose:
Thaer