Timer call in C# stops into to a Textbox -


i'm working on chat software in c# 2010 incoming messages being received fixed timer. when type message sending user , during sentence typing if incoming message timer call comes stops few seconds , resume again.

is there way make timer , input textbox independent ?

instead of system.forms.timer use system.timers.timer. system.forms.timer run in ui thread system.timers.timer runs in different thread.


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -