I have tried the suggestion of running a hidden form, the problem with this solution is that i am unable to read fired events on the form code.
For example, if i use the following code with a Timer Control on the hidden form, the timer never gets called.
Private sub tmrMyTimer_Timer()
'Timer...
I am writing a VB application to run as a service utilizing the following code: http://www.freevbcode.com/ShowCode.Asp?ID=4317
My problem is my application requires the use of the serial port, however, as there is no loaded form for the service, events from the comm control do not fire. My...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.