-
Asking question
Guys,
I am working on some project... I am trying to create a object that can scroll up and dowm. Its hard to describe this in word, and wishing java script could allow attached image into it. But using a good example. It's Like one in your late model car (if you have) they had what its calls-- 'trip-o-meter" that use mechanical structure go get it scrolling up at motion. Or another example. The old gas pump that used mechanical scrolling nimber to tell price and gallon that ha supplied before the digitcially one exist. Well, I do know that are few activeX componets that I could download but they are shareware verson which is insufficent demo for me ib a simple oriented objects and to have it to show in actual movement, it'd be extremly expensive. So I thought I could create one on own. Would anyone here know where I could strat learning how? or knowing ay any freeware code example?? any suggestions,... please post in.
Thanks in Advance
-
Meter
Hi,
I'm not so sure if this is something in the line you are looking for, but do this:
Place a scroll bar and a text box on a form.
In the scroll bar's change event say:
Textbox.Text = Scrollbar.Value
Now play around....the ideas will come as you play. Endless possibilities. When u got what u want, pop it all into a user control or whatever you fance.
Cheers