Re: Showing progress in a minimized toolbar button
- From: "Bob Butler" <tiredofit@xxxxxxxxxxx>
- Date: Thu, 27 Jul 2006 18:29:39 -0700
"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..."
.
- References:
- Showing progress in a minimized toolbar button
- From: Saucer Man
- Re: Showing progress in a minimized toolbar button
- From: Bob Butler
- Re: Showing progress in a minimized toolbar button
- From: Saucer Man
- Showing progress in a minimized toolbar button
- Prev by Date: Re: Can't start VB6: "Unexpected error; quitting"
- Next by Date: Re: cannot open INSTALL.LOG
- Previous by thread: Re: Showing progress in a minimized toolbar button
- Next by thread: Re: Showing progress in a minimized toolbar button
- Index(es):