Re: Showing progress in a minimized toolbar button

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"Saucer Man" <saucerman@xxxxxxxxxx> wrote in message
news:Rscyg.25372$Nt.7590@xxxxxxxxxxxxxxxxxxxxxx
Yea..that's what I meant. Sorry. I added the me.refresh but it
seems to be taking twice as long now to complete. I'm probably
better off not showing the percentage in the minimized button. I
just thought it would be a nice feature.

I do this often since it's really nice to be able to just glance at the
taskbar; one thing you want to be sure to do is NOT update it on every pass
since screen drawing is slow. you want to do something like
if (position mod 1000)=0 then
me.caption=newvalue
me.refresh
end if

--
Reply to the group so all can participate
VB.Net: "Fool me once..."

.


Quantcast