M
Morgon
Guest
I have a class thats called whenever a user clicks a button on the form.. some info goes into a listbox, and everythings fine "While" the current thread is alive.. well, when things cease to be fine, I want this class to remove the item from the listbox.. however.. directly accessing lstCameras.Items.Remove() results in "Reference to a non-shared member requires an object reference" ...So my question is.. how do I either share it, or make an object reference? I tried making a public function that would remove it, but it didnt like that either... so now Im stuck -- can anyone help?
-Morgon
-Morgon