----------------------------------------------------------- New Message on MumbaiUserGroup
----------------------------------------------------------- From: Sunil_1975 Message 4 in Discussion Hi Rohit, Thanks for reply. As u said that we should use classes for this purpose and can instantiate those classes in forms where we want to access those variables. But here i have one variable which store the "Global" data. I mean,If FORM1 makes the changes in that variable then FORM2 should be able to get those changes. So,should we use STATIC(Shared) variables in the Class for this purpose? In this case if Form1 create the object of that class and assign some value to static variable that value will be available to Form2 when it creates the object of that class. Sunil >From: "rohit_p" <[EMAIL PROTECTED]> >Reply-To: "MumbaiUserGroup" <[email protected]> >To: "MumbaiUserGroup" <[email protected]> >Subject: Re: Whats the Alternate of Module in .NET >Date: Thu, 29 Dec 2005 16:00:43 -0800 > > > > > > > > > > > > > New Message on MumbaiUserGroup > > > > > > > > Whats the Alternate of Module in .NET > > > > > Reply > > > > > > Reply to Sender > Recommend > > Message 2 in Discussion > > > > > > > > From: > rohit_p > > > > > Hi Sunil, >here we have classes to define all our global variables. >Just Instantiate those classes in ur forms and use them > >Regards, >Rohit > > > > > > > View other groups in this category. > > > > > > > > > > > > > > > > > To stop getting this e-mail, or change how often it >arrives, go to your E-mail Settings. > > > Need help? If you've forgotten your password, > please go >to Passport Member Services. > > For other questions or feedback, go to our > Contact Us >page. > > > If you do not want to receive future e-mail > from this >MSN group, or if you received this message by mistake, please click the >"Remove" link below. On the pre-addressed e-mail message that opens, simply >click "Send". Your e-mail address will be deleted from this group's mailing >list. > > > Remove my e-mail address from MumbaiUserGroup. > > > > > > > _________________________________________________________________ Dont just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/MumbaiUserGroup/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
