Adjust two control's size in a form.

  • Thread starter Thread starter Boki
  • Start date Start date
Typically, you would anchor the textbox to the left, top and right, and
anchor the browser to the top, left, right and bottom. Then when the user
resizes the form, the controls will be resized automatically...

See the "Anchor" property on each control.

Dan.
 
Typically, you would anchor the textbox to the left, top and right, and
anchor the browser to the top, left, right and bottom. Then when the user
resizes the form, the controls will be resized automatically...

See the "Anchor" property on each control.

Dan.

Thanks, I have tried it, useful properties.

Boki.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top