I have a dll that works fine in VB 6.0 using Attachmate Extra that I am now trying to convert to VB.NET. Everything works except for the WaitForString function.
I've seen this problem reported elsewhere but no solution.
Any ideas of how to get it to work or how to use a different function instead. My dll uses WaitForString to check the top left and bottom right of the screen to make sure that the words expected are there - to ensure that the entire screen was painted before it does any scraping, etc.
Any thoughts would be appreciated.
Thanks.
I've seen this problem reported elsewhere but no solution.
Any ideas of how to get it to work or how to use a different function instead. My dll uses WaitForString to check the top left and bottom right of the screen to make sure that the words expected are there - to ensure that the entire screen was painted before it does any scraping, etc.
Any thoughts would be appreciated.
Thanks.