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.
cwarn23 387 Occupation: Genius Team Colleague Featured Poster
Recommended Answers
Jump to PostDon'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.
Jump to PostUnmanaged 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 …
All 7 Replies
Freaky_Chris 299 Master Poster
daviddoria 334 Posting Virtuoso Featured Poster
nucleon 114 Posting Pro in Training
siddhant3s 1,429 Practically a Posting Shark
cwarn23 387 Occupation: Genius Team Colleague Featured Poster
Freaky_Chris 299 Master Poster
mitrmkar 1,056 Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.