News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

getting a control handle

Started by drjr, July 18, 2007, 02:31:45 PM

Previous topic - Next topic

drjr

How can I get  the control `s handle (static like a label_box)
Not in a dialog box, but the static control is in a normal form

TNick


ramguru

Not in dialog means that you've created that static window using CreateWindowEx, so it's obvious - CreateWindowEx returned value is the handle value of that control.