02-01-2010 08:18 AM
Hello,
I am calling a dll developed in C or C++ (not sure); and this dll throws a popup asking to enter some values and hit OK. Now, I want handle this window programaticlly. I want those values to be enterd and OK button pressed programatically. Do you know how can I do that?
Thanks.
02-18-2010 05:34 AM
you can do this...
Use the user32 dll to generate a "ENTER" keystroke