vb.net - Multiple dialog forms push Main form behind other apps -
we have vb.net application main form should visible. however, want able display succession of 2 dialog windows can close first dialog sec 1 appears. however, when doing that, main form gets sent behind whatever other applications open , not re-appear until sec dialog window closes.
we can right issue keeping first dialog window open behind sec one, it’s not ideal. doing incorrectly?
try using dialog1.owner = mainform
vb.net
No comments:
Post a Comment