| Dart Home | PowerTCP Emulation for .NET | Custom Development | Reply | PowerTCP Emulation for .NET Topics | Forums |
| Author | Forum: PowerTCP Emulation for .NET Topic: Screen painting |
| nlargent From: West Chester, PA USA Posts: 13 Member Since: 10/07/04 |
posted December 7, 2004 2:00 PM A basic screen scraping question... Is there a good way to know when a screen is done painting? I don't want to start looking for prompts and menu items until its all there. The only method I can think of is to use a delay, but then that slows down the whole process. I'm not too familiar with the VT protocols, but I was wondering if there is some sort of event or property that indicates that state? I'm guessing I'm probably wishing for too much though. Any help is appriciated. |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted December 7, 2004 2:10 PM If you wanted to do that, you would have to use an external telnet control and control the writing to the VT yourself. You would know that the "painting" is done after you call Vt.Write. Take a look at the "Telnet Client (External)" for an example. |
| Reply | PowerTCP Emulation for .NET Topics | Forums |
This site is powered by
PowerTCP WebServer for ActiveX
|