PropertySheet - ON_NOTIFY is not working
-
Hi, I have property wizrad application which has customized button(Owner Draw). I am trying to get control notification from those buttons which has focus and hitting enter key. I am handling ON_NOTIFY message on Propertysheet which is parent for those buttons. Even I tried with over writing PreTranslatedMessage(), but it is not working. Can anyone give me a suggestion? Thanks, Rameshkanth
-
Hi, I have property wizrad application which has customized button(Owner Draw). I am trying to get control notification from those buttons which has focus and hitting enter key. I am handling ON_NOTIFY message on Propertysheet which is parent for those buttons. Even I tried with over writing PreTranslatedMessage(), but it is not working. Can anyone give me a suggestion? Thanks, Rameshkanth
-
Isnt this a KEYDOWN message? I suggest you trace all messages in PreTranslatedMessage() to find the right.:~
Greetings from Germany
Yah you are right. But how do i assure that message comes from so and so control( like ON_NOTIFY)
-
Yah you are right. But how do i assure that message comes from so and so control( like ON_NOTIFY)