11-19-2005 12:36 PM
11-19-2005 08:49 PM
LabVIEW does not have a protocol for the mouse. Handling of the mouse is a system function and all communication with the mouse is handled by your operating system.
LabVIEW can determine the mouse position thru various events, but it gets it from the OS.
Blog for (mostly LabVIEW) programmers: Tips And Tricks
11-20-2005 03:30 AM
11-20-2005 11:32 AM
