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
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tony FarrellPosted Nov 29, 2005, 4:03 PM
I got it...
this.error_panel.Location = new System.Drawing.Point(0,0);