how to set location and size of new from vb

The solution for “how to set location and size of new from vb” can be found here. The following code will assist you in solving the problem.

Me.Location = New Point((firstForm.Width – Me.Width) / 2, (firstForm.Height – Me.Height) / 2)

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts