VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



'child form make as center with this simple code

by Sreeram.P (16 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Tue 9th May 2006
Date Added: Mon 8th February 2021
Rating: (1 Votes)

'child form make as center with this simple code

Rate 'child form make as center with this simple code



   Me.Left = (Screen.Width - Me.Width) / 2
   Me.Top = (Screen.Height - Me.Height)/2

End sub

Download this snippet    Add to My Saved Code

'child form make as center with this simple code Comments

No comments have been posted about 'child form make as center with this simple code. Why not be the first to post a comment about 'child form make as center with this simple code.

Post your comment

Subject:
Message:
0/1000 characters