Good morning - I am trying to get a handle on C# but I keep coming up against the most basic of problems that each take me a day or so to overcome.
My present problem is, I'm sure, a very simple one but I cannot find a way to do it in C# - I can in VB.Net using a basic module but I cant find anything similar in C#.Net.
Essentially all I want to do is have two forms, the first will capture some numerical data and have a button to open the second form that captures more numerical data - I then want to return to the first form and use the data from the second form and display a result relating to a calculation involving both lots of data. The data is captured in textboxes by the way. I guess all I want is to have my data "visible" and usable on any form.
To add a level of difficulty, I am programming for a Windows Mobile device but that probably doesn't make much difference.
Can you PLEASE help me ............ I'm beginning to get an aversion to C# as, although there is a lot of material out there to provide examples - there is little that assumes no knowledge at all and those that do - do not address this issue.
With regards
Walt