Hello I am quite new to C# although I do have experience with C++ and Java. I am trying to figure out how to utilize variables in a global-like manner in a Windows Application.
I would like to be able to pass information from form to form as well as maintain some state information using both basic datatypes and well as some simple classes that I have created. Most of the books or articles I've checked do not seem to offer any insight. The closest I've come are some articles describing how to utilize the Session object, but since I am in a Windows App, that won't help. Likewise the MSDN has not been very helpful. If someone could please either give me an example or direct me to a tutorial showing how where to declare, initialize and how to access a global variable in a Windows application I would really appreciate it. Thanks - C - ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hfjb9v7/M=362131.6882499.7825260.1510227/D=groups/S=1706426775:TM/Y=YAHOO/EXP=1122772875/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org ">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life - brought to you by One Economy</a>.</font> --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Microsofts_C_Sharp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
