I've been having a problem with forms lately.
First of is there any other way of calling upon a form, apart from
Form1 Lawl = new Form1(); Lawl.Show()
Cause that launches a new form, which i dont want, is there a work around on this?
The other thing would be editing objects on other forms.
In vb.net you could easily just
Form1.TextBox1.Text = "Lawl"
How do you do this in C#?
Any help would be greatly appreciated.
~kierien

New Topic/Question
Reply




MultiQuote




|