Example For Beginners

CodeBreaker

Member
Reputation
0
Open a msgbox saying what u wrote in the textbox

1.add a button and a textbox!

Double click the button and write!
Code:
MessageBox::Show(this->textBox1->Text);

debug it:

akiwra.jpg


Hope its useful!

CodeBreaker
 
RE: [C++] Example For Beginners

Haha, wow this is a beginner tutorial. xD
 
RE: [C++] Example For Beginners

i started learning C++ a while back but lost the time to continue working it i learnt for to make a simple programe tho, it was a simple ms dos style game that generates a number between 1 and 100 and you have to guess it by typing in numbers and it told you if it was a lower or higher number :)
forgot the code but i got it in a notepad around here some were :(
 
RE: [C++] Example For Beginners

yer i spent a week non stop and then some work came my way and then i never realy went back to it
 
RE: [C++] Example For Beginners

I should deffantly download this sometime, looks fun haha.
 
RE: [C++] Example For Beginners

lol nice one.. it get you started.//
 
RE: [C++] Example For Beginners

Looks beter i can remember my first VB.NET App :p Looks good (TIP: Save printscreens as .png for best quality :))
 
This is not C++. Moved to proper section.
 
Back
Top