
Signature
Gerry Hickman (London UK)
> Hi,
>
[quoted text clipped - 3 lines]
> If you want a "non .NET" dialog app, you should conisder using MFC - just
> choose "dialog" in the wizard.
> Gerry Hickman (London UK)
Hi Gerry,
I don't have the option WindForms in there (I have VS .Net 2002). I have for
example the option: Managed C++ Application, which is a console application.
I can add a dialog form to the resources, but when I run the application, I
only get a console window. Is there a way showing the dialog form when I run
the application?
Regards,
Nicolae
Gerry Hickman - 10 Jan 2005 23:44 GMT
Hi,
Something may be wrong with your setup.
1. Create a new solution
2. Right-click the solution and choose "Add" then "New Project"
3. Choose "Visual C++ Projects"
4. Choose ".NET Projects"
5. Choose "Windown Forms Application"
If you don't see these options, tell us exactly what you do see. I
tested this in VS.NET 2003, but I seem to remember it was similar in
VS.NET 2002.
I'm not sure why you want to program a dialog app in .NET with managed
C++ anyway, it seems a strange thing to want to do?
>>Hi,
>>
[quoted text clipped - 16 lines]
> Regards,
> Nicolae

Signature
Gerry Hickman (London UK)