Just some coding in Visual Studio 2010 C++

Ok guys I have a slight problem in Visual Studio C++.

I have a Combo Box with four options : Construction Project,Research Project,Business Project,Accounting Project.

When I select Construction Project, it suppose to go to Form2.h.

This is the code I have so far

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

Sorry If this is no help at all

You keep asking the same questions in new threads.

http://www.cplusplus.com/forum/general/105351/

http://www.cplusplus.com/forum/windows/105363/

This doesn't look like ANSI C++ more like managed C++. I suggest you read up a bit on how to program event driven code.
Topic archived. No new replies allowed.