LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can tabtip.exe be positionned?

Hello, I'm calling tabtip.exe to enter text from a touchscreen, but it always apears over my textbox.

 

Is there a way to programmatically position the virtual keyboard?

 

Thanks.

 

0 Kudos
Message 1 of 3
(3,217 Views)

Using calls to User32.dll I think it possible to get a handle of the executable window which you can then use to reposition it.

 

Found the details here.


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 2 of 3
(3,207 Views)

Thanks,

I took a look, but I need the .h file to know the parameters to pass, but it's not there.

Windows.h is supposed to include the function definitions for user32.dll, but it didn't on my machine.

 

0 Kudos
Message 3 of 3
(3,164 Views)