Hi, all.
I am building an application that uses Photoshop's scripting engine (with VB) to output vast numbers of big images files. Naturally, when the app is stepping through the database to get data for the images and formatting them, it's not accessible to the user. Can't cancel, can't do anything. Just have to wait or kill the process.
I'm guessing that I should make a separate exe - to do the work and leave the main app free to interact with the user - rather than a dll which runs as if it were part of the main program. Is this correct?
If I did use a separate exe, how would I stop it from executing? How do I make it notify the main app of the status of its operations?
Obviously, I'm an amateur, but throw it at me, I can take it! Even just a couple of leads would help.
Thank you.
I am building an application that uses Photoshop's scripting engine (with VB) to output vast numbers of big images files. Naturally, when the app is stepping through the database to get data for the images and formatting them, it's not accessible to the user. Can't cancel, can't do anything. Just have to wait or kill the process.
I'm guessing that I should make a separate exe - to do the work and leave the main app free to interact with the user - rather than a dll which runs as if it were part of the main program. Is this correct?
If I did use a separate exe, how would I stop it from executing? How do I make it notify the main app of the status of its operations?
Obviously, I'm an amateur, but throw it at me, I can take it! Even just a couple of leads would help.
Thank you.