Click to See Complete Forum and Search --> : Can't capture WM_MOUSEDOWN in combobox subclass window procedure


Ali Imran
August 3rd, 2005, 01:02 PM
My program does not capture (corrected) WM_LBUTTONDOWN in combobox subclass window procedure.

Is there any other message I have to capture, or any other method to implement the subclass window procedure for a combobox ?

Any input is highly appreciated.

regards

kirants
August 3rd, 2005, 02:19 PM
What is WM_MOUSEDOWN ? I don't find it anywhere ??

Ali Imran
August 3rd, 2005, 02:23 PM
Oh! I am so sorry, I had to write WM_LBUTTONDOWN. Actually I messed up winapi and actionscript onMouseDown event handler.

Moderators : kindly edit the thread title.

regards