This may seems noobish but 3 questions I absolutely cannot figure out.
I'm not sure how relevant it is but I'm using Microsoft Visual C# 2010 Express.
1) How do I have a button, within a form, load another form within the same program.
2) How do you do the above, however have it load up within a tabbed program (Visual Studio had this option but I can't figure out how to utilize it).
3) How do you take a text field and translate that into a variable.
e.g. textBox1 contains "hello", how can I place this current value into var string.
Thank you in advance for any input.