Support Forums
[Links] - Making GUI in C++ using DirectX - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Programming with C++ (https://www.supportforums.net/forumdisplay.php?fid=20)
+---- Thread: [Links] - Making GUI in C++ using DirectX (/showthread.php?tid=6032)



[Links] - Making GUI in C++ using DirectX - --([-S7N-])-- - 04-11-2010

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/programming/features/gui/
Part 2 - http://www.gamedev.net/reference/programming/features/gui2/
Part 3 - http://www.gamedev.net/reference/programming/features/gui3/
Part 4 - http://www.gamedev.net/reference/programming/features/gui4/

Beginner - Intermediate Guides:
http://www.codeproject.com/KB/cpp/FlashGui.aspx
http://www.codeproject.com/KB/cpp/CustomGUISystem_1.aspx
http://www.codeproject.com/KB/cpp/CustomGUISystem_2.aspx
http://msdn.microsoft.com/en-us/library/ms235634%28VS.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


RE: [Links] - Making GUI in C++ using DirectX - JesusOfSuburbia - 05-03-2010

First comment.
Thank's for the share man Oui


RE: [Links] - Making GUI in C++ using DirectX - --([-S7N-])-- - 05-06-2010

(05-03-2010, 02:03 AM)JesusOfSuburbia Wrote: First comment.
Thank's for the share man Oui

Glad this helped.


RE: [Links] - Making GUI in C++ using DirectX - Julie - 05-09-2010

This is useful, thanks dude !