| | |
gui display basics
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
I have spent endless hours searching the web for a few days now and still the only tutorial I have found (doesn't even show everything I need) is at http://www.functionx.com/vcnet/controls/combobox.htm
But what I need is code or tutorials on how to make graphical interfaces such as textboxes, scrollbars, tickboxes etc and for basic processing of these features. Does anybody know of any links because I just can't find any reliable documentation. Even www.cplusplus.com doesn't have this information. Does anybody know of any useful tutorials or documentation specifically for graphical interfaces.
please help.
But what I need is code or tutorials on how to make graphical interfaces such as textboxes, scrollbars, tickboxes etc and for basic processing of these features. Does anybody know of any links because I just can't find any reliable documentation. Even www.cplusplus.com doesn't have this information. Does anybody know of any useful tutorials or documentation specifically for graphical interfaces.
please help.
Try not to bump 10 year old threads as it can be really annoying.
Like php then read my website at http://syntax.cwarn23.net/
Star-Trek-Atlantis - now that's what I call a movie ^_^
My favourite PC. - MacGyver Fan
Bad english note: dis-iz-2b4u
Like php then read my website at http://syntax.cwarn23.net/
Star-Trek-Atlantis - now that's what I call a movie ^_^
My favourite PC. - MacGyver Fan
Bad english note: dis-iz-2b4u
First of all, i'm going to assume that you are using Visual C++, since after all thats the link you posted. Please make it clear if you are using Manged or Unmanged Win32 for your application, even better make it clear what operating system you are using too. Since linux will be different to windows. However it is obvious that you are indeed on a Windows OS of some kind.
Originally I was going to post a link to Unmanged Win32 because I thought that was what you were on about, then I checked your link and Noticed I was wrong.
But i'm still left confused since the link you posted does demonstrate this and the main page has a whole host of examples http://www.functionx.com/vcnet/index.htm
Chris
Originally I was going to post a link to Unmanged Win32 because I thought that was what you were on about, then I checked your link and Noticed I was wrong.
But i'm still left confused since the link you posted does demonstrate this and the main page has a whole host of examples http://www.functionx.com/vcnet/index.htm
Chris
Knowledge is power -- But experience is everything
Have you tried theForger? Also note that MSDN (Microsoft Developer Network) has full windows documentation and a generic sample application as well as a categorized list of API (Application Programmer Interface) functions. There is also MFC (Microsoft Foundation Classes), an object-oriented wrapper for the API, but you should probably learn something about the API first. This is all assuming you want to go native Windows (no 3rd party GUI framework, no managed code).
Don't with Visual C++ MFC.
Use some third-party platform independent libraries like GTK+ or wxWidgets.
In that way, your code will be more portable.
Use some third-party platform independent libraries like GTK+ or wxWidgets.
In that way, your code will be more portable.
Siddhant Sanyam
(Not posting much)
Migrate to Standard C++ :When to tell your C++ Code is Non-Standard.
Please Read before posting: How To Ask Questions The Smart Way
(Not posting much)
Migrate to Standard C++ :When to tell your C++ Code is Non-Standard.
Please Read before posting: How To Ask Questions The Smart Way
•
•
•
•
First of all, i'm going to assume that you are using Visual C++, since after all thats the link you posted. Please make it clear if you are using Manged or Unmanged Win32 for your application, even better make it clear what operating system you are using too. Since linux will be different to windows. However it is obvious that you are indeed on a Windows OS of some kind.
Try not to bump 10 year old threads as it can be really annoying.
Like php then read my website at http://syntax.cwarn23.net/
Star-Trek-Atlantis - now that's what I call a movie ^_^
My favourite PC. - MacGyver Fan
Bad english note: dis-iz-2b4u
Like php then read my website at http://syntax.cwarn23.net/
Star-Trek-Atlantis - now that's what I call a movie ^_^
My favourite PC. - MacGyver Fan
Bad english note: dis-iz-2b4u
Unmanaged Win32 Code, is directly interfacing with the win32 API. Managed Win32 is using the MFC. Which is what MVC++ users tend to do. Thus you do not need the catorgarized link that he sent you, but you need the MFC, since this will probably easier for you. The MFC (Microsoft Fundamental Class) is a wrapper for the Win32 API making it easier and faster (in some cases) to write GUI Interfaces,
http://msdn.microsoft.com/en-us/library/d06h2x6e.aspx
http://www.functionx.com/vcnet/index.htm
They should get you started.
Chris
http://msdn.microsoft.com/en-us/library/d06h2x6e.aspx
http://www.functionx.com/vcnet/index.htm
They should get you started.
Chris
Knowledge is power -- But experience is everything
•
•
Join Date: Nov 2007
Posts: 978
Reputation:
Solved Threads: 208
•
•
•
•
Unmanaged Win32 Code, is directly interfacing with the win32 API. Managed Win32 is using the MFC. Which is what MVC++ users tend to do. Thus you do not need the catorgarized link that he sent you, but you need the MFC, since this will probably easier for you. The MFC (Microsoft Fundamental Class) is a wrapper for the Win32 API making it easier and faster (in some cases) to write GUI Interfaces
One definition of Managed code
In my opinion, in order for the MFC to be proficiently used, the basic knowledge of the underlying Win32 API concepts is pretty much required.
![]() |
Similar Threads
- Winsock Multi-Client Servers (C++)
- Screen capture ignoring active window (Python)
- Help with Inventory part 6 program please!! (Java)
- Difference between VB and VB.net? (Visual Basic 4 / 5 / 6)
- GUI (vending machine) (Java)
- Multiple tasks in Tkinter (Python)
- Java Tutorials (Java)
- Lcd (C++)
- Trying to learn Tkinter. Want help with the menu: (Python)
Other Threads in the C++ Forum
- Previous Thread: check date
- Next Thread: C++ Timers
| Thread Tools | Search this Thread |
api array based beginner binary bitmap c++ c/c++ calculator char char* class code coding compile compiler console conversion count database delete deploy developer directshow dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp homeworkhelper iamthwee ifstream input int java lib linkedlist linker list loop looping loops map math matrix memory multiple news node number numbertoword output parameter pointer problem program programming project proxy python random read recursion recursive reference rpg sorting string strings temperature template test text text-file tree unix url variable vector video visualstudio win32 windows winsock word wordfrequency wxwidgets






