stickleprojects Level: Moderator

 Registered: 09-09-2002 Posts: 896
|
Re: Global Storage for FormName and Handle
Hi
To reference a class across projects:
Put the class in a dll
reference the dll from your other projects
You may now create instance of the class in any of the projects.
If you wish to pass the instance around, use parameters and not globals.
Hope this helps,
Kieron
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
|