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