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.
 
Back
Top