11-15-2007, 08:59 PM
Kevin Wrote:if u want it 2 peform an action immediately when one something is checked u need a case statementcool i will try that but if i understand correctly u could click the wrong one by mistake and it would run instantly i dnt want it to do anything till ok is pressed but ty
2 do this go back in the dialog editor and click on each button then click events and select
BN_CLICKED(button clicked) the editor will place the code for the case statement in your dialog and move the cursor right there so u can put in your code of what u want it 2 do when that particular button is clicked
