02-05-2009 09:33 AM
02-05-2009 09:42 AM
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