J John S Jan 14, 2005 #1 How can I move controls and set their forecolor and font size in code on the fly?
J John Puopolo Jan 14, 2005 #2 Hi... If you mean on Windows Forms, simply set the properties (Location) to the new values. If you don't see an update right away, make sure it issue a repaint -- e.g., myForm.Refresh(). John ..NET Guy
Hi... If you mean on Windows Forms, simply set the properties (Location) to the new values. If you don't see an update right away, make sure it issue a repaint -- e.g., myForm.Refresh(). John ..NET Guy