|
-
Jan 12th, 2000, 03:13 AM
#1
Thread Starter
Lively Member
I have a form with a command button which makes another form pop up:
Private Sub Command1_Click()
Form2.Show
End Sub
Does anyone know the code I can use so that form2 will be aligned with the bottom right hand corner of form1? ie: Form2 will appear on top of form1, with the bottom right corner coordinates exactly on top of that of form1?
Thanks for any help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|