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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -