Support Forums

Full Version: [Links] - Making GUI in C++ using DirectX
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys,
Here are some links to guides that teach you the basics of building GUI's in C++.

Credits to the authors

Building a GUI using C++ and DirectX
Part 1 - http://www.gamedev.net/reference/program...tures/gui/
Part 2 - http://www.gamedev.net/reference/program...ures/gui2/
Part 3 - http://www.gamedev.net/reference/program...ures/gui3/
Part 4 - http://www.gamedev.net/reference/program...ures/gui4/

Beginner - Intermediate Guides:
http://www.codeproject.com/KB/cpp/FlashGui.aspx
http://www.codeproject.com/KB/cpp/Custom...tem_1.aspx
http://www.codeproject.com/KB/cpp/Custom...tem_2.aspx
http://msdn.microsoft.com/en-us/library/...80%29.aspx

Library Download: http://www.radcpp.com/
Library Info (Click to View)

NOTE: I don't code in C++, I found these guides when searching Smile
First comment.
Thank's for the share man Oui
(05-03-2010, 02:03 AM)JesusOfSuburbia Wrote: [ -> ]First comment.
Thank's for the share man Oui

Glad this helped.
This is useful, thanks dude !