Marc Lefebvre
2007-07-18 21:02:52 UTC
with Visual C++ 6.0
I want to handle click event in my CMyButton class.
when I click a button in my application I want to log the text of the button
in a log file.
It's the job of the CMyButton class, I dont want to handle the click in the
view.
how the CMyButton can handle the click event.
Thank's
Marc
I want to handle click event in my CMyButton class.
when I click a button in my application I want to log the text of the button
in a log file.
It's the job of the CMyButton class, I dont want to handle the click in the
view.
how the CMyButton can handle the click event.
Thank's
Marc