radio button question
- Posted by gwalters at sc.rr.com Mar 15, 2002
- 374 views
Does anyone know how to get a click on a radio button to notify the parent window? BS_NOTIFY combined in the arguments on create don't seem to do it id = create(Button,EUmenu[i][j][1],subMenuId[i], col,row,lenRow,20,{BS_AUTORADIOBUTTON,BS_NOTIFY}) If I try this the buttons disappear. george