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++).
 
Back
Top