English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm new to C++ and have been learning through a online tutorial, and am familiar with basic programs and variable and arrays, but i was wondering how to design the program such as adding labels, textboxes, and buttons. I see the toolbox to do this but dont know the codes or anything I have however done this before with vb i dont know if that will help.

2007-07-04 16:53:49 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

The MFC has a GUI code generator.

2007-07-04 17:11:04 · answer #1 · answered by ★Greed★ 7 · 0 0

If you have a toolbox, just select the button or whatever and then place it on the screen. Right click will probably give you the option to select "Properties" where you can set name and click event handler. It will generate to code for you. I can;t be more specific because you don't tell what brand of IDE you are using.

2007-07-05 00:16:26 · answer #2 · answered by Ted 7 · 0 0

fedest.com, questions and answers