Timer with events in a class module (VB6) - Experts Exchange
peter1950, the Timer and MSCOMM are OCXs, or "ActiveX CONTROLS". The only place they can live is on a form (with some little exceptions). If you need similar functionality, there are substitutions for them, and if you look in internet, you can find quite a lot. For instance, instead of using timer control, you can use Windows API functions. It . . .
more
|