| | |
C++ GUI help
![]() |
•
•
Join Date: Oct 2008
Posts: 36
Reputation:
Solved Threads: 0
Can someone either give me a couple links, or some code with explanations on how to create gui (graphical user interface) buttons that are like boxes with text and color in them, that are equal to a command when you click them. Also, how do you create a gui slider (little button on a bar that you click and slide it back and fourth to changd the value of a variable), a text box (little box where you can enter, highlight, and deletd text without having to press enter after typing it.), and a checkbox\radio button (when you click inside one it sets some variable to be true. Clicking again = vice versa).
1. button
2. slider
3. textarea
4. checkbox\radio button
i use dev c++ for my compiler. thanks!
1. button
2. slider
3. textarea
4. checkbox\radio button
i use dev c++ for my compiler. thanks!
•
•
Join Date: Jan 2008
Posts: 3,767
Reputation:
Solved Threads: 494
I don't have that much experience with making C++ GUIs. You may want to try Microsoft Visual C++ and their Forms feature. The Express version is free, but I don't know if it includes the Forms options, which is mostly drag and drop and easy to use. You may need the Professional version, which I think is free to try, plus Microsoft has some student deals if you join the ACM or IEEE or something. In haven't the foggiest idea how to do it on Dev C++. Never tried. Here's a link to the top of the C++ forum where they have a long list of books.
http://www.daniweb.com/forums/thread70096.html
You can also join O'Reilly Safari, which has some great online books, right at your fingertips. There's gotta be a "Sam's Teach Yourself..." or "Head First..." book relating to this.
http://www.daniweb.com/forums/thread70096.html
You can also join O'Reilly Safari, which has some great online books, right at your fingertips. There's gotta be a "Sam's Teach Yourself..." or "Head First..." book relating to this.
Before learning how to use those child controls like buttons, edit boxes, etc, you need to learn how to create a windows application.
You can try to go through the following tutorial:
Win32 API tutorial
You can try to go through the following tutorial:
Win32 API tutorial
Founder of :
Lexel Technologies Pte Ltd - SMS (TXT) Marketing software solution
My Blogs: Gooner's Sanctuary
Pet Directory and Forum: FurryTale.net
Lexel Technologies Pte Ltd - SMS (TXT) Marketing software solution
My Blogs: Gooner's Sanctuary
Pet Directory and Forum: FurryTale.net
![]() |
Similar Threads
- How do I make a GUI in C++ (C++)
- GUI development in LINUX (Window and Desktop Managers)
- Project on offer - GUI for ATi Drivers (Software Development Job Offers)
- GUI Library help (C++)
- Help with gui loop. (C)
Other Threads in the C++ Forum
- Previous Thread: array indexing vs pointer arithmetic
- Next Thread: intergrating ASM to C++
| Thread Tools | Search this Thread |
api array based binary bitmap business c++ c/c++ char class classes code coding commentinghelp compile console conversion count decide delete deploy desktop developer directshow dll download dynamic dynamiccharacterarray email encryption error faq file forms fstream function functions game givemetehcodez graph gui hash homeworkhelp homeworkhelper iamthwee ifpug ifstream infinite input int integer java lib linkedlist linker loop looping loops map math matrix memory multiple news node number numbertoword output parameter pointer problem proficiency program programming project python random read recursion reference rpg string strings temperature template templates test text text-file tree url variable vector video win32 windows winsock word wordfrequency wxwidgets






