set_window_property(forms_mdi_window, window_state, maximize);
sharpeApr 12 2007 — edited Apr 12 2007Hi.
I issue this command in the When-New-Form-Instance trigger:
set_window_property(forms_mdi_window, window_state, maximize);
Although my application seems to become full screen, I still need to click the Internet Explorer 'maximize' button to get the window fully maximized.
Clicking the IE maximize button gives me a tiny bit more canvas...is there anyway to force the IE screen to be literally maximize as if the maximize button were pressed? Or do I just need to make do with what this command is able to provide?