FormType formname1 = new FormType();
int distancefromleftside = N1;
int distancefromtop = N2;
formname1.Left=distancefromleftside;
formname1.Top=distancefromtop;
References
http://msdn.microsoft.com/en-us/library/52aha046%28v=vs.80%29.aspx
FormType formname1 = new FormType();
int distancefromleftside = N1;
int distancefromtop = N2;
formname1.Left=distancefromleftside;
formname1.Top=distancefromtop;
References
http://msdn.microsoft.com/en-us/library/52aha046%28v=vs.80%29.aspx
Published by
Leave a comment