G
Guest
Hi,
I have a main form for my project. It uses a routine in another class to do
work on a file -- line by line. I'd like to have a text box on my form
display the lines, say every 5,000 -- so I can tell the progress. From what
LITTLE I know it looks like I'd have to pass the form to the class so that
the class can refer back to the form and update the textbox. It seems to me
that there must be a better way to handle this. Can anyone tell me the right
way to do this?
Art
I have a main form for my project. It uses a routine in another class to do
work on a file -- line by line. I'd like to have a text box on my form
display the lines, say every 5,000 -- so I can tell the progress. From what
LITTLE I know it looks like I'd have to pass the form to the class so that
the class can refer back to the form and update the textbox. It seems to me
that there must be a better way to handle this. Can anyone tell me the right
way to do this?
Art