I am doing it in VC++ in Visual Studio. I am using NX 6.0. I want to use a radio button with suppose four items(say item1,item2,..,item4) and on selecting anyone of them and a press of ok I want to perform some activities on the basis of option selected.
Can you provide me with a small sample...