GUI using Microsoft Visual C++

Hello ? Recently, i have a project which require to create a program with user interface that takes input from USB using Microsoft Visual C++. However, i totally have no idea how to start writing the program.

May i ask anyone can help me out of this problem ? Any tutorials i can refer it so that i can have more understanding towards the GUI in Visual C++.

Your help will be appreciated.
Thank you.
You can use MFC, WTL or straight winapi calls to draw graphical interface, it is your choice.
MSDN is your friend.
You could start by using New -> project -> win32 project and you have an already made window for you.
Hey,

I just started learning Win32 programing and i found this tutorial really good. Its long and has no audio, but the author shows you how to make a button, textbox you can edit, and a static textbox. It also shows you how to make the program do stuff when you click buttons (mainly the first 2 videos). Its nice bacsue you can watch the code actually being put into visual studio so you cant really mess anything up.

http://www.youtube.com/watch?v=v3qtgYTscgc
Topic archived. No new replies allowed.