Pages

Monday, August 31, 2009

Runtime Change control Position / location C# by Praveen P.R

// Code in C#

Using Button btnSave
//Change position / location  in the form
btnSave.Location = new System.Drawing.Point(300,272);//300= X,272= Y

No comments: