Jump to content

Hello.

 

I would like to do some Win32 programming in Visual C++. I already have some experience and I have created command line applications, but would now like to create something with a GUI. I have found lots of tutorials for command-line, but nothing for programs with a GUI. Can anybody give me some resources?

LTT's unofficial Windows activation expert.
 

Link to comment
https://linustechtips.com/topic/323901-getting-started-with-visual-c/
Share on other sites

Link to post
Share on other sites

My experience is with C# in Visual Studio but is Windows Forms available to you in a C++ development environment?

Link to post
Share on other sites

My experience is with C# in Visual Studio but is Windows Forms available to you in a C++ development environment?

I believe it was removed after VS2010. But I've heard that it's possible to download it.

I can try switching to C# too.

LTT's unofficial Windows activation expert.
 

Link to post
Share on other sites

I believe it was removed after VS2010. But I've heard that it's possible to download it.

I can try switching to C# too.

Yeah winforms are gone in VS2012 and greater, however there are 3rd party libraries which can be used for GUI's and there is also microsofts Win32 library. Also im not sure if you can download it. I think C# would be much better for GUI applications as well.

CPU: Intel i7 - 5820k @ 4.5GHz, Cooler: Corsair H80i, Motherboard: MSI X99S Gaming 7, RAM: Corsair Vengeance LPX 32GB DDR4 2666MHz CL16,

GPU: ASUS GTX 980 Strix, Case: Corsair 900D, PSU: Corsair AX860i 860W, Keyboard: Logitech G19, Mouse: Corsair M95, Storage: Intel 730 Series 480GB SSD, WD 1.5TB Black

Display: BenQ XL2730Z 2560x1440 144Hz

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×