SW_MAXIMIZE; task bar;
Posted: Tue Feb 09, 2016 4:16 pm
Hello!
How can I use SW_maximize without hiding the taskbar?
I need to do:
to later be able to call:
If I would resize the window, #SW_NORMAL would let it as it is, of course.
What would be the correct way to maximize the window ot desktop height minus taskbar height?to
Really apreciate any info!
Thanks in advance,
regards!
How can I use SW_maximize without hiding the taskbar?
I need to do:
Code: Select all
ShowWindow_(WindowID(PB), #SW_MAXIMIZE)Code: Select all
ShowWindow_(WindowID(PB), #SW_NORMAL)What would be the correct way to maximize the window ot desktop height minus taskbar height?to
Really apreciate any info!
Thanks in advance,
regards!