I've ran into some simple but very unconvenient problem:
I'm attaching a dialog bar to my CMainFrame object.
All the controls on the dialog bar are working OK, accept
for buttons! Buttons are disabled, no matter what I do!
Only when I write the handlers to the buttons in the main
frame class itsels, they work.
Why? what is the difference bitween a button and
any other control??
How can I make the button be enabled even without handler
(or handler in another class) ?
Any help would be appriciated.
Thanks, Gil.