Hi everybody!

I'm experiencing some problems concerning CheckBox controls (evc++ 4.0,
using MFC - dialog based), as described below... All advices are most
appreciated! Thanks and greetz to all!

PROBLEM:
I've made a CPropertySheet object with couple of CPropertyPage variables
attached to it (with dialogs of course)... On those dialogs I would like to
have couple of CheckBox controls which I've added to them but when add a
class member (using class wizard I make function 'void MyApp::OnCheck') with
event (ON_BN_CLICKED) with some code in it, nothing happens no matter how
many times I click on that CheckBox button?