I have been a Mainframe programmer for 23 years & this is my first attempt at a C# app. I have a multiple form app that I need to pass a variable created in the first form to all other forms. The variable is populated by what is entered in a textbox on the first form
(iRinc = txtRincode.Text) and I need to be able to access that variable on all other forms. Help???
(iRinc = txtRincode.Text) and I need to be able to access that variable on all other forms. Help???