How do i get the size of the toolbar window?
Thanks Sigal
Printable View
How do i get the size of the toolbar window?
Thanks Sigal
if you really mean the size of a toolbar control: it has a height property.
If you rather talk about the taskbar, you can call SystemParametersInfo API with the SP_GETWORKAREA flag to get the work area size (that's that part of the screen that is not obscured by the taskbar).