G
Guest
I have a form that needs to be updated from a procedure in a class. I have a
loop in the class that processes records. Each time a recored is processed,
I need to update a textbox on the form. Can a delegate be used to pass back
the data? What would be the best way to handle this? I tried to use a
delegate but could not get the syntax correct>
loop in the class that processes records. Each time a recored is processed,
I need to update a textbox on the form. Can a delegate be used to pass back
the data? What would be the best way to handle this? I tried to use a
delegate but could not get the syntax correct>