Jump to content

Using touchscreen with LabVIEW


Recommended Posts

Hello,

I am trying to use classical touchscreen moves on my LabVIEW application. The problem is I really don't know how read the information coming from Windows indicating the type of move (zoom rotate, span,...)!

I tried to use the Windows message queue library (using user32.dll) with the message WM_TOUCH and WM_GESTURE but nothing works. I don't know if it's compatible...

Does anyone tried to do this? 

Thanks for your help!

Link to comment

It probably isn't going to be easy doing it yourself.  The simple touch screens I've used just simulate mouse interaction so multiple touches get registered as multiple mice, but there are several caveats associated with it.  I'd suggest looking into one of the toolkits for this type of thing.  I've never used one but it is where I'd start if I had to do anything advanced. I thought NI had one but I can't seem to find it.

http://sine.ni.com/nips/cds/view/p/lang/en/nid/212474

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.