![]() |
| ||
| C++ GUI help 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! |
| ||
| Re: C++ GUI help 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. |
| ||
| Re: C++ GUI help 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 |
| ||
| Re: C++ GUI help Ill check this stuff out, thanks! |
| ||
| Re: C++ GUI help Ill check it out, thanks! |
| All times are GMT -4. The time now is 10:28 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC