Prob with radio button

Jul 5, 2013 at 8:53pm
I have four radio buttons. When I select radioButton1 I go to form2 and when radioButton2 is selected I go to form3 and etc.

So far I have this

private: System::Void radioButton1_CheckedChanged(System::Object^ sender, System::EventArgs^ e) {
}

I know this is not much at all but I'm a noob when comes to programming.

P.S This was done in Microsoft Visual Studio Express C++ 2010.
Jul 5, 2013 at 9:35pm
closed account (N36fSL3A)
First off this belongs in the Windows Programming forum, and second off:



What?
Jul 5, 2013 at 10:40pm
Forget about it, I got through.
Jul 6, 2013 at 12:17am
- Why does this look like .Net or C# to me?
Topic archived. No new replies allowed.