On Timer Help

  • Thread starter Angelsnecropolis
  • Start date
A

Angelsnecropolis

I'm trying to create a Label whose caption changes every XX seconds.

I know about the ontimer event and how to use the label.caption in the code
but how do I get it to change to a different caption that is predefined in
the code?

I searched here but wasn't able to locate anything.

Thanks.
 
R

Rick Brandt

I'm trying to create a Label whose caption changes every XX seconds.

I know about the ontimer event and how to use the label.caption in the
code but how do I get it to change to a different caption that is
predefined in the code?

I searched here but wasn't able to locate anything.

Thanks.

Your question doesn't make total sense to me. If you know about using
the caption property then what is it that you don't know?

Me.LabelName.Caption = "Your New Caption"
 
A

Angelsnecropolis

I'd like the caption to change every 15 seconds to a different pre-defined
caption and loop indefinatly between several pre-defined captions.

ex:
Caption = "Caption1"
15 seconds later
Caption = "Caption2"
15 seconds later
Caption = "Caption3"
etc...

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top