Onclick
-
is there such a function in Microsoft visual C++? OnClick "To wonder is to begin to understand"
You might want to take this to the appropriate discussion forum instead of here in the lounge. Most of the "regulars" here get pretty touchy about this stuff. P.S. - Look in the class wizard for a BN_CLICKED message. Mike Mullikin "It might look like I'm doing nothing, but at the cellular level I'm really quite busy."
-
You might want to take this to the appropriate discussion forum instead of here in the lounge. Most of the "regulars" here get pretty touchy about this stuff. P.S. - Look in the class wizard for a BN_CLICKED message. Mike Mullikin "It might look like I'm doing nothing, but at the cellular level I'm really quite busy."
:confused: :confused: :confused: Where's the original post? Nish Sonork ID 100.9786 voidmain
-
is there such a function in Microsoft visual C++? OnClick "To wonder is to begin to understand"
Go into ClassWizard, select the ID of your button. Double-click BN_CLICKED, if you did this for the IDOK Button it will create a function called myClass::OnOk(). It is in here that you enter all code you want processed when the button is clicked. Michael Martin Pegasystems Pty Ltd Australia martm@pegasystems.com +61 413-004-018 "Don't belong. Never join. Think for yourself. Peace" - Victor Stone
-
is there such a function in Microsoft visual C++? OnClick "To wonder is to begin to understand"
Not sure if this is what you want. But take a look at CWnd::OnLButtonDown or WM_LBUTTONDOWN Nish Sonork ID 100.9786 voidmain
-
is there such a function in Microsoft visual C++? OnClick "To wonder is to begin to understand"
Not sure what you're trying to do, but this might help http://www.codeproject.com/buttonctrl/button_tute.asp --- It may be that your sole purpose in life is simply to serve as a warning to others.
-
:confused: :confused: :confused: Where's the original post? Nish Sonork ID 100.9786 voidmain
I think he deleted it once he recogniced that this is the wrong forum. At last one user convinced :-D Regards Thomas
Disclaimer:
Because of heavy processing requirements, we are currently using some of your unused brain capacity for backup processing. Please ignore any hallucinations, voices or unusual dreams you may experience. Please avoid concentration-intensive tasks until further notice. Thank you.