WD_CopyStringToPS()

Clone

New member
Joined
Nov 2, 2006
Messages
1
Programming Experience
3-5
VB6 to .Net 2005 migration
(I understand that .net does not support type string length types...)
I am calling the Ehlapi32.DLL to copy a Rumba screen to a string, however the string variable does not hold the screen text. It returns "nothing". I am able to use the WD_CopyStringToPS() with no problems as well as the SendKeys function. Does anyone know why the copy to string function does not work?

I also heard that using the Ehlapi file is not the best choice... Is there a better way to "talk" to the Rumba window?

Thank you in advance...

--J
 
Back
Top