Change screen location in winforms C#
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
Posted on March 22, 2011, in Programming & Development. Bookmark the permalink. Leave a comment.
Leave a comment
Comments 0