I have put 4 Label controls onto my usercontrol. Label1 holds the value 'Record', Label2 holds a value passed to the control, Label3 holds the value 'of' and Label4 holds the total records count.
Label2 & label4 are set to Autosize, the Label_Change event adjusts the length of the entire usercontrol with spaces.
Everyting works just chipper!
How do I change the usercontrols.left property on the form that it is active on?
I want the control to be right justified.
Thanks Guys




Reply With Quote