Jump to content

Using the Mouse wheel to select items in either a table or a Multicolumn


Jr_Cigar

Recommended Posts

I can't say I understand how you would use the wheel to select, but you can read the scroll wheel information with the mouse input VIs that ship with LabVIEW. There should be an example somewhere here which shows how to use it to scroll a listbox.

I've done multiple selection by simulating a click on ctrl when the user enters a listbox and releasing the click when the user leaves by using the Mouse Enter and Mouse Leave events for the control.

The actual keyboard simulation was done using a simple call to the Windows API and there are many VIs both here and in the NI forums which do this. Just search for "simulate keyboard'.

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.