VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Position a form at startup without using API calls.

by Alaa Rafee (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sun 27th October 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Position a form at startup without using API calls.

Rate Position a form at startup without using API calls.



Me.Height = Me.Height + 100
End If
If Me.Height > 3165 Then
End If
If Me.Width < 5160 Then
Me.Width = Me.Width + 100
End If
If Me.Width > 5160 Then
End If


Download this snippet    Add to My Saved Code

Position a form at startup without using API calls. Comments

No comments have been posted about Position a form at startup without using API calls.. Why not be the first to post a comment about Position a form at startup without using API calls..

Post your comment

Subject:
Message:
0/1000 characters