I am hoping someone can point me in the right direction.
I have a PB created DLL that performs a time consuming task. I
would like to be able to send messages back to the calling EXE
so the EXE can process them if it needs to.
For example, the DLL will calculate the completion percentage
of the task (e.g. 80%) and pass that value back to the EXE. The
EXE can then use that value to update a progress bar to display
to the user. The EXE is also written in PB.
Also, I would like to be able to do the same thing with the DLL
calling a VB procedure so the VB app can display a progress bar.
This DLL will be used by either PB or VB EXE's.
Any help is appreciated!
Thanks,
------------------
Paul Squires
mailto:[email protected][email protected]</A>
I have a PB created DLL that performs a time consuming task. I
would like to be able to send messages back to the calling EXE
so the EXE can process them if it needs to.
For example, the DLL will calculate the completion percentage
of the task (e.g. 80%) and pass that value back to the EXE. The
EXE can then use that value to update a progress bar to display
to the user. The EXE is also written in PB.
Also, I would like to be able to do the same thing with the DLL
calling a VB procedure so the VB app can display a progress bar.
This DLL will be used by either PB or VB EXE's.
Any help is appreciated!
Thanks,
------------------
Paul Squires
mailto:[email protected][email protected]</A>
Comment