CenturioN101
Programmer
Hi, I am doing a Computer Programming course and as a part of my course work I have been tasked in making a "User Friendly Application" (it can be whatever). But when the "User" resizes the windows everything stays in the same position as when I designed it in VB 6 (Duh). But I want it to keep objects like Command buttons at the bottom say 200px from the bottom and resize text boxes according to "User Preference". I know and am fully prepared for the FAT (meaning LARGE) wadd of coding that may be required for this.
Thnx in Advance and for your time
Brent
ps I already know the:
Form_Resize()
Text1.Move 200, 200, Me.Width - 200, Me. Height - 200
End
Thnx in Advance and for your time
Brent
ps I already know the:
Form_Resize()
Text1.Move 200, 200, Me.Width - 200, Me. Height - 200
End