Clumsy
Clumsy
CC#
Created by Clumsy on 12/28/2022 in #help
❔ I need help with child form positioning
int centerX = this.Size.Width / 2 - homeWindow.Size.Width / 2;
int centerY = this.Size.Height / 2 - homeWindow.Size.Height / 2;
int centerX = this.Size.Width / 2 - homeWindow.Size.Width / 2;
int centerY = this.Size.Height / 2 - homeWindow.Size.Height / 2;
5 replies
CC#
Created by Clumsy on 12/28/2022 in #help
❔ I need help with child form positioning
I got it to this now using
5 replies