Posted: Sat Jul 05, 2008 1:47 pm Post subject: [C++] Beginner Questions / Help
Hi,
I have been studying C++ for the past 3 hours and I think I've gotten to know the basics of the basics of the basics (YES I CAN SAY HI TO THE WORLD!) I now have a question on how to use the MessageBox function. Or more on how to code a GUI (OR BUTTONS *COUGH*) using the drag and drop feature. Let's say that I drag a button [button1] onto my form... How would I code it? Like would I write something such as: void button1_Click() and then add code? And how would I make it do something like when it's clicked? Like make a messagebox appear? Also can you explain to me the terminology or what certain things would be called? (Such as when a button is clicked and something happens.)
THANKS ALOT
Once you're done with those and understand the concepts fully you should learn Win32 APIs (what you're looking for, GUIs, etc). You can learn that from here.
Once you're done with those and understand the concepts fully you should learn Win32 APIs (what you're looking for, GUIs, etc). You can learn that from here.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum