Scrolling Ticker Display

S

Steve

Is there any way to create a "Ticker" to scroll across
the screen in a form.

I have information that I need readily available to a
user and rather that have a static display on a subform
within a form, I'd like to display it as a scrolling
ticker across the bottom of the screen...in stock market
fashion.

Thanks

Steve
 
J

Jeff Conrad

Hi Steve,

See if this download file on Sensei Leban's site is what
you are looking for:

http://www.lebans.com/hscroller.htm

NEW Version 2.0 HScrollerVer2.zip is a database containing
a Function to create a Horizontal Text Scrolling Window.
The CreateWindowEx API call is used to allow for a smooth
scrolling effect with limited impact on VBA resources. The
positioning of the Window is not limited to your Form. Now
uses ScrollWindow API for even smoother scrolling! Source
Code is included.
 

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

Similar Threads


Top