J
John Devlon
Hi,
Can anyone please help me?
I'm building I small tool to process some files in a directory.
I've created a class file and added the process to the class-file.
When clicking on a button on the form, I create an object of the class and
start the process by calling the methode...
On my form, I would like a label that shows the filename of the file
currenly be processed.
I've tried raising an event form within the class but that forces the
process to stop after the first occurens...
Does aynone have an idea on how to update a label on a form from within
another class....
Thanx
John
Can anyone please help me?
I'm building I small tool to process some files in a directory.
I've created a class file and added the process to the class-file.
When clicking on a button on the form, I create an object of the class and
start the process by calling the methode...
On my form, I would like a label that shows the filename of the file
currenly be processed.
I've tried raising an event form within the class but that forces the
process to stop after the first occurens...
Does aynone have an idea on how to update a label on a form from within
another class....
Thanx
John