Hello!
I use CVI.exe as a automation server in my VC project.I run myPrj.prj from VC,and want to control it's running state. So I need to transfer data(integer or char array) between cvi & vc.
For the time being,I use Windows API Function ::BroadcastSystemMessage() to send message from myPrj to VC.But as we all know, it sends message to every application window.I am not very satisfied with this method.
Is there any other solution?
What's more,I don't know how to receive windows message in cvi from vc.
Thanks!