Controls Margin

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I am new in VB.net 2005

I have a problem in setting the Controls.Margin.Left ,right, top and bottom
to zero
programmatically.

Can some point out how it is done.

Thanks in advance.

Regards
 
What's wrong with Control.Margin = New Padding(left, top, right, bottom) ?

- Andrew
 

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