c# - create sequence message text in windows application -
i want create sequence of message using textbox when program running. create windows application read data data table , stored database table. in time using multiline text box show continuous message. can't this. message show @ end of process complete..
please me this..
you need run code on background thread ui able update.
use backgroundworker class , progress reporting functionality.
Comments
Post a Comment