News:

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

checkbox bs_3state question

Started by ninjarider, February 14, 2012, 07:31:20 AM

Previous topic - Next topic

ninjarider

when i use the bs_3state in the CreateWindowEx i get a frame instead of a functioning checkbox.

        invoke CreateWindowEx,0,ADDR szButtonClass,ADDR szButton5,
                              WS_CHILD or BS_CHECKBOX or WS_TABSTOP or BS_3STATE,
                              80,50,180,40,
                              hWin,CHKBOX1,
                              hInstance,0

i was wondering if someone could bring some light to this for me plz.

ninjarider

figured it out. can't use bs_checkbox and bs_3state together. didn't know that.