Jun 5, 2003 #1 sribu Programmer Joined Mar 8, 2003 Messages 17 Location 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 Joined Aug 27, 2002 Messages 76 Location 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