Sigal Laniado
October 14th, 1999, 04:02 AM
How do i get the size of the toolbar window?
Thanks Sigal
Thanks Sigal
|
Click to See Complete Forum and Search --> : Toolbar Sigal Laniado October 14th, 1999, 04:02 AM How do i get the size of the toolbar window? Thanks Sigal Lothar Haensler October 14th, 1999, 04:21 AM 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). codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |