Hi all
Being new to windows programming i could do with a little guidance
Could somebody tell me how to open a window thats is maximised?
Thanks
Openwindow()
Code: Select all
ExamineDesktops()
MessageRequester("Résolution",Str(DesktopWidth(0))+"x"+Str(DesktopHeight(0)))
Try...
WindowHandle returned from WindowID(). This should maximize the window.
Code: Select all
ShowWindow_(WindowHandle, #SW_MAXIMIZE)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )