lothos12345 Posted March 23, 2005 Posted March 23, 2005 How do I resize textboxes bases on the size of the form. For example if the user maximizes the form I want the boxes to be adjusted approiately, if the user reduces the form, I want the boxes to be adjusted apprioately. As always any help given is greatly appreciated. Quote
HJB417 Posted March 23, 2005 Posted March 23, 2005 You'll need to have your textbox objects listen to the Form.Resize Event of your form. Quote
Talyrond Posted March 23, 2005 Posted March 23, 2005 Have you tried using the Anchor property of the text box? If you anchor to the right I think this may be what you are after Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.