[Solved] Setting width in C# ActiveForm has no effect


From what you’ve said, and assuming that the code is running from Form1:

int width = this.Width;
int height = this.Height;

solved Setting width in C# ActiveForm has no effect