OK, so I already program is C#, but I am taking a C++ class. I want to create a windows forms application and have other classmates create some classes that we can all put into the windows forms application to create a final project.

Well the entire book only takes about console applications and so I am having difficulty in figuring out how to accomplish this task. Does anyone have a sample VS project that demonstrates this or any feedback would be appreciated.

Thanks everyone

Recommended Answers

All 2 Replies

There are lots of ways to create GUI ms-windows applications. One of them is by using CLR/C++ Windows Forms, another using wxWindows c++ classes, or pure win32 api functions

Here are a few tutorials for you to consider

Great thanks for your help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.