Quote:
Originally Posted by RoboMaster
I looked at msdn before but couldn't find anything...thanks for the link. I looked at the other cursor functions but there wasn't one to click the mouse/cursor, so maybe the user will have to do that quickly when prompted to.
|
There actually is a function listed on MSDN, called '
mouse_event()'
Note that this function has been superseded(and included by me for reference purposes). You should be using the second function I found, called '
SendInput()'
Both are housed in 'User32.dll' so you're fine there.
I'm not much of a LabView guy, so I'm not sure how easy it would be to implement either of these API calls, but I hope I could help either way.