Re: Application-wide Objects in Windows Forms Apps



not sure what you mean.

can't u just create a public class file so all forms and other class can use
it?

--
Best Regards!
Hong.
---------------------------
Image Processing and Watermark components for .NET
http://www.ImageComponent.NET

Personal Entertainment Shareware and Freeware
http://www.angGoGo.com
"Alex Maghen" <AlexMaghen@xxxxxxxxxxxxxxxx> wrote in message
news:32CCEC10-52D3-44C7-82DB-3E0ECA931C6C@xxxxxxxxxxxxxxxx
Let's say I have a Windows Forms app (.exe) and it has several Forms. How
can
I create an object that is automatically accessible "globally" (to all
Forms,
Classes, etc. running in the application)? Does such a Global space exist
in
a Windows Forms Application?

Thanks.

Alex


.