cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
C++ Win32 GUI
C++ Win32 GUI
May 24, 2012 at 4:56pm UTC
ben1996123
(31)
1. Are there any books that teach it?
2. I have used the CreateWindow(); function to create a text box, but is there any way to change the formatting of it? I need to allow more than 1 line, and vertical scrolling (for if the text box gets filled).
I am not using Visual C++.
May 24, 2012 at 5:09pm UTC
Moschops
(7244)
Petzold's "Programming Windows, 5th Edition" is the latest version of the classic Win32 API textbook.
If you just want to create GUIs in windows, there are much easier ways:
http://en.wikipedia.org/wiki/List_of_widget_toolkits
May 24, 2012 at 5:54pm UTC
ben1996123
(31)
Yeah I know, just using Win32 for some practice. I think I'm going to learn Qt.
Topic archived. No new replies allowed.