Hello everyone.
I have a Desktop application which uses the Shell Class to execute
commands to backup a postgres database. This application works as
expected. I'm trying to replicate the application as a console
application.
In the desktop app I use the DataAvailable event of the Shell Class
Object that I placed on my window to let me know when a command is
finished executing.
How can I access the DataAvailable event of the Shell Class when I'm
instantiating the Shell Class through code in the console rather then
as an object on a window? My problem is that in the console app I
haven't figured out how to "wait" for a response from the Shell Class.
Thanks for the help.
Kevin Lohka
AF Data
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>