Re: Getting Combo Box Drop Down Button hWnd?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Hi Larry,

If you want to know the amount of user data bytes the control reserved you
should call
GetClassLong(hControl,GCL_CBWNDEXTRA)
and to know how user data bytes are reserved for the control class you should
call
GetClassLong(hControl,GCL_CBCLSEXTRA)
Obviously those memory spaces are reserved by the control for internal use and
you should not write to it.

regards,
Jacques DeschĂȘnes

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu