Hello all
I have written an ActiveX control to read and write to the serial port using API calls waitcommevent ... & readfile ...
The problem I am having is I am using waitcommevent to raise an event and launch a sub routeen which then calls readfile in the client form / module the main problem is it pauses the code in the client application. How can I return control back to the client while waiting for a waitcommevent to arive?


Reply With Quote