Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / March 2008

Tip: Looking for answers? Try searching our database.

display changing label caption on form as sub runs w/o screen flic

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
neowizard - 06 Mar 2008 01:45 GMT
let's say i have this routine

Sub Test
   
   label1.caption = "Starting ... "
   
    'do  events
   
   label1.caption = "Getting there ... "
   
    'do events
   
   label1.caption = "Finished! ... "
   
End Sub

on my form, i have label1 right in the middle

what happens is sometimes the message will change, and then sometimes it
wont, or it will show the first one, skip the second and jump to the third

etc etc etc

so it is inconsistent.

is there a way to make sure the label caption displays consistently, on
time, when it is supposed to w/o any screen flicker?
Dave Peterson - 06 Mar 2008 03:02 GMT
Maybe you could change the caption and then repaint the userform:

me.label1.caption = "starting..."
me.Repaint
...

and so forth

(Untested.)

> let's say i have this routine
>
[quoted text clipped - 23 lines]
> is there a way to make sure the label caption displays consistently, on
> time, when it is supposed to w/o any screen flicker?

Signature

Dave Peterson


Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.