Introduction - If you have any usage issues, please Google them yourself
Visual C++ in Visual Studio .NET 2003
The following are examples from the article in MSDN magazine:
AppDomains
----------
This illustrates the problem with unmanaged code calling into managed code
on v1.0 of the framework and the solution in v1.1
ResourceExamples
----------------
This solution illustrates how to add non-form based resources to a project,
how to add multiple embedded resources, and how to link a compiled resource.
Verifiable
----------
Illustrates how to make a library assembly verifiable. To run this you have
to build the MSDN library example SetILOnly.
WindowsApp
----------
Illustrates the steps to tidy up the Forms code created by the Project
wizard.