winforms - Use other GUI components while textbox is updating in realtime? -
so i'm using c# ms visual studio 2010. i'm recieving realtime data via udp , logging data textbox on gui. think using backgroundworker update textbox on different thread best way this. but, how can use scroll bars on textbox while textbox updating realtime. scroll bar disabled while data being logged.
thanks help,
cheers.
Comments
Post a Comment