Change the properties width = ‘column width’ and height = ‘column height’ on the form.
Add the following code in the run-method of the form:
#WinApi ; super(); WinApi::showWindow(this.hWnd(), #SW_SHOWMAXIMIZED); |
Change the properties width = ‘column width’ and height = ‘column height’ on the form.
Add the following code in the run-method of the form:
#WinApi ; super(); WinApi::showWindow(this.hWnd(), #SW_SHOWMAXIMIZED); |