Building a Windows Form using .NET Managed C++ in VS 2003

Hi folks, I've been toying around making some basic apps of the type I mentioned in the subject line, but during my reading I haven't really come across much info in the way of how to manage files with respect to code. In general, when I start an app, everything is going into the Form1.h header file. Nothing goes into the projects Form1.cpp file (this is just the 'main.cpp' for this particular project).

What are the conventions for file use in a WinForm's project? I can't see the Form1.h file being the dominant code-container!

Any advice, wisdom, tips?

Thanks for your time,

Zero

[655 byte] By [Zero] at [2007-12-20]
# 1

Here is a link for a past thread that discuss a similar issue. It more into VC2005 but probably apply as well to VC2003.

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=213310&SiteID=1

Hope this helps!

Thanks,
Ayman Shoukry
VC++ Team
AymanShoukry-MSFT at 2007-9-10 > top of Msdn Tech,Visual C++,Visual C++ General...