Hello...
Please Anyone tell me how to make a GUI program! I just can make program in DOS window. Now i want to know how make a GUI program but not use some function in compiler like Tlist,TBox,etc in Borland C++ Builder or the other compiler to make a box or new window. I've read a book that explain MFC,WIN32 API but this book also use the function in Borland C++ builder to make new box and the other. So, please some one help me or maybe what books/tutorial must i read.
How do i make a GUI program in C/C++
Started by putrapanj., Jan 12 2009 06:40 AM
1 reply to this topic
#1
Posted 12 January 2009 - 06:40 AM
|
|
|
#2
Posted 12 January 2009 - 07:52 AM
If you don't want to use Borland's classes, or if you want to limit your use of the MFC you're going to have to start with the basic Windows API.
Here's a simple tutorial to get you started:
Tutorial: Getting Started
You can also search Google for other tutorials. I found that one to be a fairly basic beginner one.
I hope this gets you going okay.
Here's a simple tutorial to get you started:
Tutorial: Getting Started
You can also search Google for other tutorials. I found that one to be a fairly basic beginner one.
I hope this gets you going okay.
Dave


Sign In
Create Account

Back to top









