Can't anybody help with this?

  • Thread starter Thread starter Nicolae Fieraru
  • Start date Start date
N

Nicolae Fieraru

Hi,

I spent two days trying to create a simple dialog application in VS .Net
2002 using Windows Forms (not MFC). So far I managed to build just the one
using MFC.
VS .Net 2002 doesn't have the option of creating a Windows Forms
Application. Is there a way of doing it? I would really apreciate some help.

Regards,
Nicolae
 
1. Start VS.NET 2002
2. New Project
3. On the left side select "Visual C#-Projects" (or whatever language you
like)
4. On the right side select "Windows-Application" (if you chose Visual
C++-Projects this might be called "Windows Forms Application")
5. OK.

There you go, what's the problem?
 
You should google the newsgroup with "winform 2002 c++".
As far, as I remember, the winform support in vs2002 for c++ was not at its
best shape.

José
 
Michael Groeger said:
1. Start VS.NET 2002
2. New Project
3. On the left side select "Visual C#-Projects" (or whatever language you
like)
4. On the right side select "Windows-Application" (if you chose Visual
C++-Projects this might be called "Windows Forms Application")
5. OK.

There you go, what's the problem?

Hi Michael,

You didn't even read my message, did you? Thanks for your reply though.

Regards,
Nicolae
 
José Joye said:
You should google the newsgroup with "winform 2002 c++".
As far, as I remember, the winform support in vs2002 for c++ was not at
its best shape.

José
Hi Jose,

Thank you for the info. I will have a look on google.

Regards,
Nicolae
 
Nicolae,

I read your message, but I missed a single word I think or misunderstood
your question. Sorry for that.

Michael
 
Oh, I think I found it. I am running VS.NET 2002 and VS.NET 2003 on two
machines. I looked at the wrong one ;)
Again sorry for my misleading reply...
 
Back
Top