|
|
#1 (permalink) |
|
Still learning the ropes
Join Date: Oct 2009
Posts: 23
Reputation: 15
|
Hi i have MS visual studio 2010 and i'm trying to combine C++ using the windows form application for a simple GUI, i've never combined C++ with GUI because it looked so complicated to me but with the simple windows form app i think it would be much easier. I've used this type of form in visual basic .net back in high school where a text box would be like label1.text="word". Does anyone have a website that can help me with that specific type of syntax dealing with buttons and how clicking it would display a text answer and such? I never did that back in high school a few years ago, it was straight through the command line, never the form.
|
|
|
|
|
#2 (permalink) |
|
Pikachu's Flea Collar
Join Date: Oct 2008
Location: California
Posts: 50
Reputation: 10
|
Perhaps you're looking for the Windows API?
__________________
Scientia sapientiaque et veritas te liberabunt.
|
|
|
|
|
#3 (permalink) |
|
Still learning the ropes
Join Date: Oct 2009
Posts: 23
Reputation: 15
|
doesn't look like it's what i'm looking for.
Let's say you create a windows form and add a button. You click it and it takes you to the code... Void button1_Click(System::Object^ sender, System::EventArgs^ e) i make it: Void button1_Click(System::Object^ sender, System::EventArgs^ e) textBox1->Text = "Hello World"; When the button is pressed the textbox will say "hello world" I want all of the WFA syntax to do this type of stuff(for C++, not vb, c#, etc) |
|
|
| Thread Tools | |
| Display Modes | |
|
|