B
Botak
I am able to simulate and run the "thread" as adviced earlier from my
previous post. Thanks for the tips.
Now I am stucked at how to get the progress status from the thread.
I have a main form that contains a datagrid, a progress bar and a button to
hold the result from long calculation.
looks like
[myDataGrid]
Item Code new cost
1 ABC <result from calculation>
2. DEF <....>
3. ..
..
[myPGB]
< and a Progress bar.......>
When the button is clicked, I will do while no end of file with the datagrid
and calculate new cost for each item and fill in back to the grid one by
one. Also, I will need to show user the progress.
Any advice?
TIA
previous post. Thanks for the tips.
Now I am stucked at how to get the progress status from the thread.
I have a main form that contains a datagrid, a progress bar and a button to
hold the result from long calculation.
looks like
[myDataGrid]
Item Code new cost
1 ABC <result from calculation>
2. DEF <....>
3. ..
..
[myPGB]
< and a Progress bar.......>
When the button is clicked, I will do while no end of file with the datagrid
and calculate new cost for each item and fill in back to the grid one by
one. Also, I will need to show user the progress.
Any advice?
TIA