Home
Community
Discussion Forums
Most Active Software Boards
LabVIEW
Topic
LabVIEW
Register
·
Login
·
Help
Community
Category
Board
Documents
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
All Forum Topics
Previous Topic
Next Topic
Can LabVIEW track the cursor, even when LabVIEW isn't the active application?
Can LabVIEW track the cursor, even when LabVIEW isn't the active application?
bmihura
Active Participant
12-18-2006
05:09 PM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
I'm using LabVIEW 8.2 on WinXP. I could use a Visual Studio .NET language if desperate.
0
Kudos
Message
1
of 3
(2,825 Views)
Reply
Re: Can LabVIEW track the cursor, even when LabVIEW isn't the active application?
zou
Trusted Enthusiast
12-18-2006
05:25 PM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
WindowXP send mouse move message only to the active application.
You can poll the cursor position from time to time using
Input Device
VIs.
Or you can use c/c++ hook technique to capture the mouse move message.
George Zou
http://gtoolbox.yeah.net
George Zou
1
Kudo
Message
2
of 3
(2,820 Views)
Reply
Re: Can LabVIEW track the cursor, even when LabVIEW isn't the active application?
bmihura
Active Participant
Author
12-18-2006
08:20 PM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
Your cursor polling idea with the
Input Device VIs
works great here, thanks. I didn't have to figure out the c/c++ hook technique!
0
Kudos
Message
3
of 3
(2,808 Views)
Reply
All Forum Topics
Previous Topic
Next Topic