Hi
I have class CBut with CButton as base class for it. In my class c1, i create 20 objects from this class. In c1 I catch click on it with ON_COMMAND_RANGE(id,id2,func(UINT id)); and I send it from CBut with CButton::OnLButtonDown.
I don't know, if it's the right way, but it works. Now I wan to catch also the right button click. How do I do that?
thx
bubak
I have class CBut with CButton as base class for it. In my class c1, i create 20 objects from this class. In c1 I catch click on it with ON_COMMAND_RANGE(id,id2,func(UINT id)); and I send it from CBut with CButton::OnLButtonDown.
I don't know, if it's the right way, but it works. Now I wan to catch also the right button click. How do I do that?
thx
bubak