teixeira
Regular
Hi all,
I have two forms the first processes a big amount of information, and the second is na progress forms informing the user the progress of this processing.
When i call the progress form, from the main form and i try to write in its progressbar, i get the interface very slow and the apolication hang up and stays bloced, give the idea that the program is not responding, how can i use this functionality by without hang up the app.?
I tried to use Application.DoEvents() but it does't solve the issue.
Any help, will be appreciated,
TIA
Tiago Teixeira
I have two forms the first processes a big amount of information, and the second is na progress forms informing the user the progress of this processing.
When i call the progress form, from the main form and i try to write in its progressbar, i get the interface very slow and the apolication hang up and stays bloced, give the idea that the program is not responding, how can i use this functionality by without hang up the app.?
I tried to use Application.DoEvents() but it does't solve the issue.
Any help, will be appreciated,
TIA
Tiago Teixeira