Question regarding Forms App in VC++ .NET
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello All, I'm new to coding in VC++ .NET, but have some experience writing applications in C# .NET. I'm in the process of writing an app for which most of the code is in C++. My question is this: 1. Can I use the Designer in my VC++ project (modifying the file Form1.h) to create the GUI? OR 2. Do I need to follow the method suggested in the following LINK and design the GUI in a C# file and then tie it to the C++ code? Which approach is preferable? Thanks!