LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What do i need to get started with windows messages?

Hello, i've searched these forums and found no answer. I would like to know how i can get started sending and recieving windows messages in labVIEW. Thanks
0 Kudos
Message 1 of 2
(2,826 Views)

LabVIEW does not support direct acces to the Windows Message Queue. I asume that you are asking this in regard to enqueued events. There are certain events which are of interested for LV and therefore they will be "passed on to LV" (simplified expression).

If you want to have access to the Windows Message Queue manually, you have to create your own interface using MFC-based C++ wrapper. I think there are examples available for such things, but they are most often focused on specific tasks, so maybe (if available at all) they will not help you.....

 

hope this helps,

Norbert 

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 2
(2,824 Views)