I am designing part of a backup program for windows. There will be several different forms for front-ends and I need to write a self-standing module which I can call from different programs/forms.
I have a function that checks the windows version, finds different directors and files and then backs up those files. I would like for my module to return information to the calling form such as Status (Reading... writing... etc) and a progress bar of % complete.
I'm afraid I've been out of Programming for a while, and I'm having a lil problem jogging my brain. How can I pass these variables from my module to the form, while it's doing it's thing?
Thanks In Advance
John Vogel
john@thecompuwizard.com
I have a function that checks the windows version, finds different directors and files and then backs up those files. I would like for my module to return information to the calling form such as Status (Reading... writing... etc) and a progress bar of % complete.
I'm afraid I've been out of Programming for a while, and I'm having a lil problem jogging my brain. How can I pass these variables from my module to the form, while it's doing it's thing?
Thanks In Advance
John Vogel
john@thecompuwizard.com