Can't anybody help with this?

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
 
M

Michael Groeger

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?
 
J

José Joye

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é
 
N

Nicolae Fieraru

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
 
N

Nicolae Fieraru

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
 
M

Michael Groeger

Nicolae,

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

Michael
 
M

Michael Groeger

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...
 

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

Top