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

