Force a Event Handler to update

Hello all,

Im having a Issue and don’t know where to begin to solve it.

I have a Serial Socket that is reading in info @ 120x a second. I also have the mouse move event handler enabled on the my main window with some code in it.

The issue is the Serial socket read event pauses while the mouse move event is doing its thing. I need the Serial read event to update no matter what else is going on.

I started looking into raise event, but I do not think that will work.

Any help would be appreciated, Ive been trying different things for a few days now and I am getting no where.

Thanks in advance

Adam

What do you mean by the Read event? The DataAvailable event?

That is Correct.

Use Poll().

Thanks, Ill look into that now