calculus,
Thanks for your prompt response.
I have an Windows service (FileSystemWatcher) that looks for data being dropped to the watcher folder and launches my VB console application that connected to host application via Extra.exe. Sometimes my VB application and host response are out of...
I have this codes in my VB.Net application:
screenHost.SendKeys ("<Enter>")
Do While screenhost.OIA.Xstatus <> 0
Loop
But when the host (that my application is connected to) does not respond, it caused my application hang.
What is the best way to exit my application gracefullly when the host...
Hi,
If you look at the Extra Document for the Screen object, there is an option to specify regular expression search:
object.WaitForString("TEST:|TERM",,,,,,xRegExp)
I have not tried it before, but I will try and let you know.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.