Hi everyone,
I would like to move panels around the form -
i tried the panel_name.Location.X = 1;
but it fails...
is there a way to move panels around the screen??
thanks
tony
Answers (1)
0
Sorry for the post -
I got it...
this.error_panel.Location = new System.Drawing.Point(0,0);