Simple Question about two forms
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
There are 2 forms, named as form1 and form2 form1_onLoad dim a as new form2 a.showDialog(me) when the form2 closed(dispose), the focus will back to form1. The case is, after form2 dispose, the screen will refresh shortly. I have tried a lot of time, it seems that my application will minisize in a shorttime and then show the form1. How can I remove the "refresh" ?