Given a windows handle to an object (ie: not a pb handle)
is there a way to determine the objects dimensions?
Determine a container objects size?
Re: Determine a container objects size?
Code: Select all
GetWindowRect_(hWnd, rect.RECT)Re: Determine a container objects size?
Perfect! Thanks.

