10-06-2004 07:59 PM
10-06-2004 11:20 PM
10-07-2004 12:48 PM
10-07-2004 02:58 PM
06-20-2010 05:44 AM
06-20-2010 06:00 AM - edited 06-20-2010 06:00 AM
Hi,
you can build your own function to receive a mvoe event. Use the Windows Message Queue Library and register the "WM_Move" Event. If you receive this event, then you can generate your own user event to use it inside the event structure.
Mike
06-21-2010 12:04 AM
hi
If you want to find out the front panel event position , you can initialize a mouse and acquire the input data.
06-25-2010 03:20 AM
07-06-2010 04:16 AM
Hi qzxin,
unfortunately you are right, this and some other messages are not forworded from LabVIEW to the vi. I think another solution would be to do all the stuff inside of a dll. You can register your vi (handle) inside your external code and also receive the move event there. Then you can send a User Event to your vi or you generate a dynamic LabVIEW Event.
Hope it helps.
Mike
07-26-2010 05:29 AM
Is there any news on this problem? I need to do the exact same thing.
Maybe someone already tried to write a DLL?
Ingo