Personally, I'd much prefer to have the window remember where it was, rather than having it centered.
Centering is only better if you want it centered every time.
exec.mainform.Size = new Size(400, 300);
exec.mainform.Location = new Point(50, 50);
ger21 wrote:Personally, I'd much prefer to have the window remember where it was, rather than having it centered.
Centering is only better if you want it centered every time.
cncdrive wrote:
- Code: Select all
exec.mainform.Size = new Size(400, 300);
exec.mainform.Location = new Point(50, 50);
Users browsing this forum: No registered users and 0 guests