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
Post a Comment