Hi all,
I have a top level form with a WindowState = 2, I want it to fill the Windows screen, whatever its resolution/size.
The formname.load contains contains:
Messagebox(this.WindowState), giving a value of 2 (max)
The formname.init contains the same:
Messagebox(this.WindowState), but giving a value of 0 (normal)
I am just using the messagebox() for diagnostic reasons.
And the form displays in normal state. Other forms work fine with WindowState.
Any idea where to look to find what is causing this?