sethindeed
Centurion
I am trying to access some form controls from one of the class I created.
I tried to declare a temp variable as Form1 but when the program reach the following instruction :
Me.Text = tmpForm1.Listbox1.SelectedItem
I am getting an error that told me that my object is not instanced...
Any ideas ?
I tried to declare a temp variable as Form1 but when the program reach the following instruction :
Me.Text = tmpForm1.Listbox1.SelectedItem
I am getting an error that told me that my object is not instanced...
Any ideas ?