LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Trapping windows messages in a CVI .dll

I'm creating a CVI application which responds to specific windows messages. This is simple enough to do when my application is a stand alone .exe, as I just use InstallWinMsgCallback using the panelHandle. The problem I face is that my application is a .dll which interacts with an application written in Microsoft Visual C++. My .dll doesn't contain any panels. Is there an alternative I can use in CVI to trigger the callbacks I've created to trap the windows messages?

0 Kudos
Message 1 of 2
(2,963 Views)
Does this help in any way? http://digital.ni.com/public.nsf/websearch/29C12428E7974EEF862565EF00839871?OpenDocument
0 Kudos
Message 2 of 2
(2,903 Views)