Hi All,
I have problem with making a Progress Message. I am doing an analysis in mathematical terms whech takes abt mote than 2 mins . so in that time I want to show user a progressbar taht will show the percentage..... .
how I will do in Loop - vb: such as
for i=0 to 10000000
analysis part
how hoing to put progress message?
next
Please provide some idea if u help me out, thx a lot
I have problem with making a Progress Message. I am doing an analysis in mathematical terms whech takes abt mote than 2 mins . so in that time I want to show user a progressbar taht will show the percentage..... .
how I will do in Loop - vb: such as
for i=0 to 10000000
analysis part
how hoing to put progress message?
next
Please provide some idea if u help me out, thx a lot
Comment