VC++ .NET 2002

  • Thread starter Thread starter SimonK
  • Start date Start date
S

SimonK

I looked everywhere through MSDN without any luck.
Considering that the 2002 version does not have the
Windows Form Designer, then how does one go about using
windows forms in VC++ .NET 2002? I don't mind handcoding
everything in but I need some reference to do so. Does
anybody know how to approach this? Thanks.

SimonK
 
* "SimonK said:
I looked everywhere through MSDN without any luck.
Considering that the 2002 version does not have the
Windows Form Designer, then how does one go about using
windows forms in VC++ .NET 2002? I don't mind handcoding
everything in but I need some reference to do so. Does
anybody know how to approach this? Thanks.

Why use C++ to create Windows Forms?! Why not use VB.NET or C# for that
(that's much easier than using C++).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top