07-25-2008 12:48 AM
Hi Mike
Well i want to use mouse_event function & also couple of other functions, like getwindowrect, keybd_event, etc..
Which LabView Input VI's are u suggesting mike?
Regards,
Rajan
07-25-2008 12:50 AM
Hi Mike
Well i want to use mouse_event function & also couple of other functions, like getwindowrect, keybd_event, etc..
Which LabView Input VI's are u suggesting mike?
& what is this "depends" ![]()
Regards,
Rajan
07-25-2008 01:36 AM
Hi Rajan,
there is an existing library for some of these functions. If you need more, you can use the "call library function node" to use the exported dll functions. Depends is a program with which you can read all exported function of a dll, but LabView do it as well. ![]()
Mike
07-28-2008 04:40 AM
07-28-2008 04:51 AM
Dear rajan,
If you give 0 as input to dwFlags, it will select MOUSEEVENTF_ABSOLUTE and
if you give 1 as input to dwFlags, it will select MOUSEEVENTF_MOVE
and so on.......
Hope it helps!
07-28-2008 05:03 AM
Dear mathan
well i also tought same way initially, but it doesntt work that way..
2 means leftdown
4 means leftup..
Thanks & Regards,
Rajan
07-28-2008 05:05 AM
07-28-2008 05:17 AM
07-28-2008 05:42 AM - edited 07-28-2008 05:44 AM
Hi Rajan,
you will find these information also in the internet. Here are the values for dwFlag for mouse event. It seems like they use one bit for every function. ![]()
Hope it helps
Mike
07-28-2008 06:20 AM