LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programatically handling a window thrown by a C dll

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.

0 Kudos
Message 1 of 2
(2,392 Views)

you can do this...

 

Use the user32 dll to generate a "ENTER" keystroke

 

1.png

Regards
Guru (CLA)
0 Kudos
Message 2 of 2
(2,340 Views)