Jun 5, 2003 #1 sribu Programmer Mar 8, 2003 17 US How can display a popup form on top and in the center of the currently running application in vb.net?
How can display a popup form on top and in the center of the currently running application in vb.net?
Jun 6, 2003 #2 bueller Programmer Aug 27, 2002 76 US sribu, Create you new form then make sure its startup position is set to center owner. Below is the code to show how to pop-up the form. dim newFrm as new frmTest frmtest.showdialog -Bueller Upvote 0 Downvote
sribu, Create you new form then make sure its startup position is set to center owner. Below is the code to show how to pop-up the form. dim newFrm as new frmTest frmtest.showdialog -Bueller