It would be helpful to get the taskbar’s height programmatically when sizing windows and preventing them from covering the taskbar. I can hardcode the height in window size calculations for now, but would appreciate a better approach.
It would be helpful to get the taskbar’s height programmatically when sizing windows and
Share
I ended up not needing the taskbar height value anymore, because there is a way to get the desktop height without the taskbar:
Before, I was using:
Which gave me the combined height.
So to get the taskbar, if I ever need it, I can do: