G
Guest
Hello,
I have a main Windows Form and a Module class in a Solution. I'd like to
know if a Timer.Tick event for example get raised in the Module when I'm
running the Windows Form?
The same thing can be asked when I'm using the SerialPort control in the
module; I want to know if the SerialPort.DataReceived event can get raised
when serial data is received?
If that's possible could someone place some code on how to do so?
Thanks.
I have a main Windows Form and a Module class in a Solution. I'd like to
know if a Timer.Tick event for example get raised in the Module when I'm
running the Windows Form?
The same thing can be asked when I'm using the SerialPort control in the
module; I want to know if the SerialPort.DataReceived event can get raised
when serial data is received?
If that's possible could someone place some code on how to do so?
Thanks.