Home All Groups Group Topic Archive Search About
Author
15 Apr 2006 5:53 PM
Steve Amey
Hi All

Does anyone know of an LED style ticker control that I can use in my
application?

I can find lots of examples of ticker controls, but no LED ones.

Kind Regards,
Steve

Author
15 Apr 2006 8:45 PM
Scott M.
Did you have a VB.NET question?


Show quoteHide quote
"Steve Amey" <steveamey@_removethis_hotmail.com> wrote in message
news:%23nm0yVLYGHA.4060@TK2MSFTNGP02.phx.gbl...
> Hi All
>
> Does anyone know of an LED style ticker control that I can use in my
> application?
>
> I can find lots of examples of ticker controls, but no LED ones.
>
> Kind Regards,
> Steve
>
Author
15 Apr 2006 11:44 PM
gene kelley
On Sat, 15 Apr 2006 18:53:04 +0100, "Steve Amey"
<steveamey@_removethis_hotmail.com> wrote:

>Hi All
>
>Does anyone know of an LED style ticker control that I can use in my
>application?
>
>I can find lots of examples of ticker controls, but no LED ones.
>
>Kind Regards,
>Steve
>

One simple way is to just use an "LED/LCD" or "DIGITAL" style font in
any existing control that you may have that has a Font Property.

Gene
Author
16 Apr 2006 2:08 AM
Scott M.
But that would only work if you embed the font into the application or if
the client has that font already.


Show quoteHide quote
"gene kelley" <o***@by.me> wrote in message
news:rlv2429t6221iiv1uc5ceonok7a3gr07g8@4ax.com...
> On Sat, 15 Apr 2006 18:53:04 +0100, "Steve Amey"
> <steveamey@_removethis_hotmail.com> wrote:
>
>>Hi All
>>
>>Does anyone know of an LED style ticker control that I can use in my
>>application?
>>
>>I can find lots of examples of ticker controls, but no LED ones.
>>
>>Kind Regards,
>>Steve
>>
>
> One simple way is to just use an "LED/LCD" or "DIGITAL" style font in
> any existing control that you may have that has a Font Property.
>
> Gene
Author
16 Apr 2006 3:13 AM
gene kelley
On Sat, 15 Apr 2006 22:08:45 -0400, "Scott M." <s-mar@nospam.nospam>
wrote:

>But that would only work if you embed the font into the application or if
>the client has that font already.
>

I would simply include the font file in the deployment package and
install it on the user's system.

Gene

Show quoteHide quote
>
>"gene kelley" <o***@by.me> wrote in message
>news:rlv2429t6221iiv1uc5ceonok7a3gr07g8@4ax.com...
>> On Sat, 15 Apr 2006 18:53:04 +0100, "Steve Amey"
>> <steveamey@_removethis_hotmail.com> wrote:
>>
>>>Hi All
>>>
>>>Does anyone know of an LED style ticker control that I can use in my
>>>application?
>>>
>>>I can find lots of examples of ticker controls, but no LED ones.
>>>
>>>Kind Regards,
>>>Steve
>>>
>>
>> One simple way is to just use an "LED/LCD" or "DIGITAL" style font in
>> any existing control that you may have that has a Font Property.
>>
>> Gene
>
Author
16 Apr 2006 5:06 AM
Cor Ligthert [MVP]
>
> I would simply include the font file in the deployment package and
> install it on the user's system.
>
And you pays than the bills from the ones who license the fonts I assume.

Fonts are not free, they have copyrights

Cor
Author
16 Apr 2006 9:20 AM
gene kelley
On Sun, 16 Apr 2006 07:06:09 +0200, "Cor Ligthert [MVP]"
<notmyfirstn***@planet.nl> wrote:

>>
>> I would simply include the font file in the deployment package and
>> install it on the user's system.
>>
>And you pays than the bills from the ones who license the fonts I assume.
>
>Fonts are not free, they have copyrights
>
>Cor
>
You seem to assume the worst in people.

There are certainly a number of copyrighted, commercial fonts that you
can purchace licensing for.  There are also a number of freeware fonts
around that carry a disclaimer that one is free to use as one sees
fit.  It is also possible to create your own fonts if one has the
inclination to do so.  In this particular case, searching freeware
fonts is likely the best alternative.

Gene
Author
16 Apr 2006 2:25 PM
Bobo
Steve it would cost more in coding but what about building small jpg
files. Create one for each number and letter you want to display.  Then
depending on the ticker condition display the jpg file in a picture
control.  It would seem to be rather simple with some conditional
coding. For example if the time ends in one then the right most digit
would display the 'one' jpg.  No need for fonts or other external
components.  You may even be able to market it as a custom control
yourself.

When I first read your question I thought it was a single LED like an
indicator.  Then when I read further and associated the ticker with the
'LED' I assumed it was a 7 segment LED you were talking about.  In
either case just use a graphics editor to create the 'look' you want
for the display.  Make 10 of them (0 - 9) and display only the correct
one in the picture boxs.  If it's a jpg file they will stretch and
shrink so the size of the picture box will control the size of the
image.

Hope this helps.

Bob
Steve Amey wrote:
Show quoteHide quote
> Hi All
>
> Does anyone know of an LED style ticker control that I can use in my
> application?
>
> I can find lots of examples of ticker controls, but no LED ones.
>
> Kind Regards,
> Steve