Multi-threading

  • Thread starter Thread starter alberty
  • Start date Start date
let say when i open a form, i need 10seconds, during this 10 seconds, i want
to keep updating a textbox every 1 seconds, so i need to threads to keep
updating the UI and loading a form
 
Back
Top