S
SamIAm
Hi
I have a form named form1. I have a class called class1. I want to call a
recursive method in class1 called MyMethod()
I would like log info to a listbox, listbox1, on the form as MyMethod
performs its recursion. How do I pass an instance into class1 so that it can
add items to the listbox?
Should be easy I guess.
S
I have a form named form1. I have a class called class1. I want to call a
recursive method in class1 called MyMethod()
I would like log info to a listbox, listbox1, on the form as MyMethod
performs its recursion. How do I pass an instance into class1 so that it can
add items to the listbox?
Should be easy I guess.
S