C++ GUI help

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Oct 2008
Posts: 36
Reputation: amerninja2 has a little shameless behaviour in the past 
Solved Threads: 0
amerninja2 amerninja2 is offline Offline
Light Poster

C++ GUI help

 
0
  #1
Nov 9th, 2008
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!
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 3,810
Reputation: VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute VernonDozier has a reputation beyond repute 
Solved Threads: 501
Featured Poster
VernonDozier VernonDozier is offline Offline
Senior Poster

Re: C++ GUI help

 
0
  #2
Nov 9th, 2008
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.
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 429
Reputation: Denniz is on a distinguished road 
Solved Threads: 15
Denniz's Avatar
Denniz Denniz is offline Offline
Posting Pro in Training

Re: C++ GUI help

 
0
  #3
Nov 9th, 2008
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
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 36
Reputation: amerninja2 has a little shameless behaviour in the past 
Solved Threads: 0
amerninja2 amerninja2 is offline Offline
Light Poster

Re: C++ GUI help

 
0
  #4
Nov 9th, 2008
Ill check this stuff out, thanks!
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 36
Reputation: amerninja2 has a little shameless behaviour in the past 
Solved Threads: 0
amerninja2 amerninja2 is offline Offline
Light Poster

Re: C++ GUI help

 
0
  #5
Nov 9th, 2008
Ill check it out, thanks!
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC