If I have code I've created with CVI running under a GUI-based VB (or some other Microsoft framework let's say) application, if I process system events in the CVI code (let's say it's a DLL) will that allow GUI events in the non-CVI application to get processed? Will the non-CVI GUI stay responsive if I periodically call ProcessSystemEvents() ? Do I have to call ProcessSystemEvents at all in this case?
Maybe I should post this on the VB board too...
Thanks in advance.
Menchar