BN_DOUBLECLICKED
-
Hi, suprise! BN_DOUBLECLICKED wouldn't work! I want a button when single click do one thing, and when double clicked do another thing. but it never hit OnButtonDoubleclicked(). I search on Web, some one said, should change the button style to BS_NOTIFY, then I did check this style on property page. It made no difference. Any one can help? Thank you in advance.:confused:
-
Hi, suprise! BN_DOUBLECLICKED wouldn't work! I want a button when single click do one thing, and when double clicked do another thing. but it never hit OnButtonDoubleclicked(). I search on Web, some one said, should change the button style to BS_NOTIFY, then I did check this style on property page. It made no difference. Any one can help? Thank you in advance.:confused:
-
Yes I went there before. I don't like the way to check double click. and I tried to check Notify option in property page, OnDoulbleClick() still could not be called. I still think there should be a better to do it. otherwise Wizzard should remove DoubleClicked notification from CButton. MSDN says BS_USERBUTTON can get BN_DOUBLECLICKED notification. how to create BS_USERBUTTON? :rolleyes:
-
Yes I went there before. I don't like the way to check double click. and I tried to check Notify option in property page, OnDoulbleClick() still could not be called. I still think there should be a better to do it. otherwise Wizzard should remove DoubleClicked notification from CButton. MSDN says BS_USERBUTTON can get BN_DOUBLECLICKED notification. how to create BS_USERBUTTON? :rolleyes:
-
Hi, suprise! BN_DOUBLECLICKED wouldn't work! I want a button when single click do one thing, and when double clicked do another thing. but it never hit OnButtonDoubleclicked(). I search on Web, some one said, should change the button style to BS_NOTIFY, then I did check this style on property page. It made no difference. Any one can help? Thank you in advance.:confused:
Try to subclass the button and handle the double click
--Owner Drawn --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord