[HowTo] Update Control While Processing Info

i think this is a common problem, when processing large files, u want the process of the loading to be shown.

how do i do it in the form of:

  1. Periodically updating Control (TextBox, TreeView etc) as info is gotten
  2. showing status in status bar
Thanks
[321 byte] By [LJM89] at [2008-1-10]
# 1
You will have to use a Background Thread to do the processing in order to allow the UI to continue to be updated, the easiest way to do this is with the BackgroundWorker class.
PEng1 at 2007-10-3 > top of Msdn Tech,Visual Basic,Visual Basic Language...