473,466 Members | 1,548 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

news ticker

I want to create a news/stock/sport ticker for my desktop. I want to have
the ability to select my news source, (cnn, msnbc, etcs) sport source(espn,
nfl, nba, etc) and my stock source (nasdaq, nyse, etc) then once that
information is selected store it in a XML file, then have my ticker read
that XML file to determine what service to use. I would like this to show
the information for 10 seconds or so (just the headlines) then scroll UP
(not right to left like the TV ones), and allow the user to click the
headline and that will take them to that page with the full story.

Can anyone point me to some examples to get me started?

Jun 19 '07 #1
9 3957
Mike,

I would do a search on the web for "RSS reader component .NET" to look
for RSS reader components in .NET (you can use the services offered by IE 7
if you wish). You are going to have to use RSS because a) that is what most
information sites use to publish information and b) you need a uniform
representation among all the different sources.

Once you have that, it should be easy to implement, as all the
information you need is in the RSS feed.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@community.nospam.comwrote in message
news:u$**************@TK2MSFTNGP03.phx.gbl...
>I want to create a news/stock/sport ticker for my desktop. I want to have
the ability to select my news source, (cnn, msnbc, etcs) sport source(espn,
nfl, nba, etc) and my stock source (nasdaq, nyse, etc) then once that
information is selected store it in a XML file, then have my ticker read
that XML file to determine what service to use. I would like this to show
the information for 10 seconds or so (just the headlines) then scroll UP
(not right to left like the TV ones), and allow the user to click the
headline and that will take them to that page with the full story.

Can anyone point me to some examples to get me started?

Jun 19 '07 #2
Mike,

You don't have to have IE running in order to use the RSS feeds
functionality. IE7 introduces an API for managing RSS feeds which you can
use so you don't have to implement subscriptions, the storage mechanism for
feeds, the downloading schedule, etc, etc.

The point is to use that API to get the information and manage the
subscriptions in a simple way. Once you have that, the ticker part is easy.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@community.nospam.comwrote in message
news:Oj**************@TK2MSFTNGP03.phx.gbl...
thats kind of what I'll be using, but I need to give the end user some
"control" so they can pick what they want. My users don't want another app
like outlook express or anything of that nature, they want this
information scrolling their screen even if IE is closed. See whats
happening is some of our uses are downloading these things from sites,
(nyse, nasdaq, msnbc, etc) and they want more information (what users
don't) and since we can't customize their tickers we decided to do our
own.
If I have to use RSS feeds thats no big deal. I just need to show the
headlines in a ticker fasion in a new winForm app so it can be on the
users screen all day.


"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote
in message news:OL****************@TK2MSFTNGP05.phx.gbl...
>Mike,

I would do a search on the web for "RSS reader component .NET" to look
for RSS reader components in .NET (you can use the services offered by IE
7 if you wish). You are going to have to use RSS because a) that is what
most information sites use to publish information and b) you need a
uniform representation among all the different sources.

Once you have that, it should be easy to implement, as all the
information you need is in the RSS feed.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@community.nospam.comwrote in message
news:u$**************@TK2MSFTNGP03.phx.gbl...
>>>I want to create a news/stock/sport ticker for my desktop. I want to have
the ability to select my news source, (cnn, msnbc, etcs) sport
source(espn, nfl, nba, etc) and my stock source (nasdaq, nyse, etc) then
once that information is selected store it in a XML file, then have my
ticker read that XML file to determine what service to use. I would like
this to show the information for 10 seconds or so (just the headlines)
then scroll UP (not right to left like the TV ones), and allow the user
to click the headline and that will take them to that page with the full
story.

Can anyone point me to some examples to get me started?



Jun 19 '07 #3
thats kind of what I'll be using, but I need to give the end user some
"control" so they can pick what they want. My users don't want another app
like outlook express or anything of that nature, they want this information
scrolling their screen even if IE is closed. See whats happening is some of
our uses are downloading these things from sites, (nyse, nasdaq, msnbc, etc)
and they want more information (what users don't) and since we can't
customize their tickers we decided to do our own.
If I have to use RSS feeds thats no big deal. I just need to show the
headlines in a ticker fasion in a new winForm app so it can be on the users
screen all day.


"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote in
message news:OL****************@TK2MSFTNGP05.phx.gbl...
Mike,

I would do a search on the web for "RSS reader component .NET" to look
for RSS reader components in .NET (you can use the services offered by IE
7 if you wish). You are going to have to use RSS because a) that is what
most information sites use to publish information and b) you need a
uniform representation among all the different sources.

Once you have that, it should be easy to implement, as all the
information you need is in the RSS feed.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@community.nospam.comwrote in message
news:u$**************@TK2MSFTNGP03.phx.gbl...
>>I want to create a news/stock/sport ticker for my desktop. I want to have
the ability to select my news source, (cnn, msnbc, etcs) sport
source(espn, nfl, nba, etc) and my stock source (nasdaq, nyse, etc) then
once that information is selected store it in a XML file, then have my
ticker read that XML file to determine what service to use. I would like
this to show the information for 10 seconds or so (just the headlines)
then scroll UP (not right to left like the TV ones), and allow the user to
click the headline and that will take them to that page with the full
story.

Can anyone point me to some examples to get me started?


Jun 19 '07 #4
ok, i'll take a look.
I never did any programming on the winForm side of things, everything I do
is 100% web based, from web app to web services, so how would I even get
started in a ticker style form with what I need?

any help is greatly apprecaited.

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote in
message news:OJ**************@TK2MSFTNGP03.phx.gbl...
Mike,

You don't have to have IE running in order to use the RSS feeds
functionality. IE7 introduces an API for managing RSS feeds which you can
use so you don't have to implement subscriptions, the storage mechanism
for feeds, the downloading schedule, etc, etc.

The point is to use that API to get the information and manage the
subscriptions in a simple way. Once you have that, the ticker part is
easy.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@community.nospam.comwrote in message
news:Oj**************@TK2MSFTNGP03.phx.gbl...
>thats kind of what I'll be using, but I need to give the end user some
"control" so they can pick what they want. My users don't want another
app like outlook express or anything of that nature, they want this
information scrolling their screen even if IE is closed. See whats
happening is some of our uses are downloading these things from sites,
(nyse, nasdaq, msnbc, etc) and they want more information (what users
don't) and since we can't customize their tickers we decided to do our
own.
If I have to use RSS feeds thats no big deal. I just need to show the
headlines in a ticker fasion in a new winForm app so it can be on the
users screen all day.


"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote
in message news:OL****************@TK2MSFTNGP05.phx.gbl...
>>Mike,

I would do a search on the web for "RSS reader component .NET" to
look for RSS reader components in .NET (you can use the services offered
by IE 7 if you wish). You are going to have to use RSS because a) that
is what most information sites use to publish information and b) you
need a uniform representation among all the different sources.

Once you have that, it should be easy to implement, as all the
information you need is in the RSS feed.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@community.nospam.comwrote in message
news:u$**************@TK2MSFTNGP03.phx.gbl...
I want to create a news/stock/sport ticker for my desktop. I want to
have the ability to select my news source, (cnn, msnbc, etcs) sport
source(espn, nfl, nba, etc) and my stock source (nasdaq, nyse, etc) then
once that information is selected store it in a XML file, then have my
ticker read that XML file to determine what service to use. I would like
this to show the information for 10 seconds or so (just the headlines)
then scroll UP (not right to left like the TV ones), and allow the user
to click the headline and that will take them to that page with the full
story.

Can anyone point me to some examples to get me started?





Jun 19 '07 #5
Mike,

You are going to have to take a look at some custom controls, as there
isn't a control out of the box in System.Windows.Forms that is going to have
the kind of scrolling action you want.

However, if you are going to use .NET 3.0, then you can use WPF and
animate a label (or pretty much any other property of any other element)
with a timeline and get the scrolling effect you are looking for.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@community.nospam.comwrote in message
news:eu**************@TK2MSFTNGP05.phx.gbl...
ok, i'll take a look.
I never did any programming on the winForm side of things, everything I do
is 100% web based, from web app to web services, so how would I even get
started in a ticker style form with what I need?

any help is greatly apprecaited.

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote
in message news:OJ**************@TK2MSFTNGP03.phx.gbl...
>Mike,

You don't have to have IE running in order to use the RSS feeds
functionality. IE7 introduces an API for managing RSS feeds which you
can use so you don't have to implement subscriptions, the storage
mechanism for feeds, the downloading schedule, etc, etc.

The point is to use that API to get the information and manage the
subscriptions in a simple way. Once you have that, the ticker part is
easy.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@community.nospam.comwrote in message
news:Oj**************@TK2MSFTNGP03.phx.gbl...
>>thats kind of what I'll be using, but I need to give the end user some
"control" so they can pick what they want. My users don't want another
app like outlook express or anything of that nature, they want this
information scrolling their screen even if IE is closed. See whats
happening is some of our uses are downloading these things from sites,
(nyse, nasdaq, msnbc, etc) and they want more information (what users
don't) and since we can't customize their tickers we decided to do our
own.
If I have to use RSS feeds thats no big deal. I just need to show the
headlines in a ticker fasion in a new winForm app so it can be on the
users screen all day.


"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote
in message news:OL****************@TK2MSFTNGP05.phx.gbl...
Mike,

I would do a search on the web for "RSS reader component .NET" to
look for RSS reader components in .NET (you can use the services
offered by IE 7 if you wish). You are going to have to use RSS because
a) that is what most information sites use to publish information and
b) you need a uniform representation among all the different sources.

Once you have that, it should be easy to implement, as all the
information you need is in the RSS feed.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@community.nospam.comwrote in message
news:u$**************@TK2MSFTNGP03.phx.gbl...
>I want to create a news/stock/sport ticker for my desktop. I want to
>have the ability to select my news source, (cnn, msnbc, etcs) sport
>source(espn, nfl, nba, etc) and my stock source (nasdaq, nyse, etc)
>then once that information is selected store it in a XML file, then
>have my ticker read that XML file to determine what service to use. I
>would like this to show the information for 10 seconds or so (just the
>headlines) then scroll UP (not right to left like the TV ones), and
>allow the user to click the headline and that will take them to that
>page with the full story.
>
Can anyone point me to some examples to get me started?
>
>
>




Jun 19 '07 #6
OK,I'll take a look. Isn't .NET 3.0 used for Vista OS's or no?
Will a .NET 3.0 app work on XP Pro (if they have 3.0 framework installed of
course)

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote in
message news:ew**************@TK2MSFTNGP03.phx.gbl...
Mike,

You are going to have to take a look at some custom controls, as there
isn't a control out of the box in System.Windows.Forms that is going to
have the kind of scrolling action you want.

However, if you are going to use .NET 3.0, then you can use WPF and
animate a label (or pretty much any other property of any other element)
with a timeline and get the scrolling effect you are looking for.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@community.nospam.comwrote in message
news:eu**************@TK2MSFTNGP05.phx.gbl...
>ok, i'll take a look.
I never did any programming on the winForm side of things, everything I
do is 100% web based, from web app to web services, so how would I even
get started in a ticker style form with what I need?

any help is greatly apprecaited.

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote
in message news:OJ**************@TK2MSFTNGP03.phx.gbl...
>>Mike,

You don't have to have IE running in order to use the RSS feeds
functionality. IE7 introduces an API for managing RSS feeds which you
can use so you don't have to implement subscriptions, the storage
mechanism for feeds, the downloading schedule, etc, etc.

The point is to use that API to get the information and manage the
subscriptions in a simple way. Once you have that, the ticker part is
easy.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@community.nospam.comwrote in message
news:Oj**************@TK2MSFTNGP03.phx.gbl...
thats kind of what I'll be using, but I need to give the end user some
"control" so they can pick what they want. My users don't want another
app like outlook express or anything of that nature, they want this
information scrolling their screen even if IE is closed. See whats
happening is some of our uses are downloading these things from sites,
(nyse, nasdaq, msnbc, etc) and they want more information (what users
don't) and since we can't customize their tickers we decided to do our
own.
If I have to use RSS feeds thats no big deal. I just need to show the
headlines in a ticker fasion in a new winForm app so it can be on the
users screen all day.


"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com>
wrote in message news:OL****************@TK2MSFTNGP05.phx.gbl...
Mike,
>
I would do a search on the web for "RSS reader component .NET" to
look for RSS reader components in .NET (you can use the services
offered by IE 7 if you wish). You are going to have to use RSS
because a) that is what most information sites use to publish
information and b) you need a uniform representation among all the
different sources.
>
Once you have that, it should be easy to implement, as all the
information you need is in the RSS feed.
>
>
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com
>
"Mike" <Mi**@community.nospam.comwrote in message
news:u$**************@TK2MSFTNGP03.phx.gbl.. .
>>I want to create a news/stock/sport ticker for my desktop. I want to
>>have the ability to select my news source, (cnn, msnbc, etcs) sport
>>source(espn, nfl, nba, etc) and my stock source (nasdaq, nyse, etc)
>>then once that information is selected store it in a XML file, then
>>have my ticker read that XML file to determine what service to use. I
>>would like this to show the information for 10 seconds or so (just the
>>headlines) then scroll UP (not right to left like the TV ones), and
>>allow the user to click the headline and that will take them to that
>>page with the full story.
>>
>Can anyone point me to some examples to get me started?
>>
>>
>>
>
>




Jun 19 '07 #7
Mike,

Yes, .NET 3.0 will work on XP.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@community.nospam.comwrote in message
news:u6**************@TK2MSFTNGP05.phx.gbl...
OK,I'll take a look. Isn't .NET 3.0 used for Vista OS's or no?
Will a .NET 3.0 app work on XP Pro (if they have 3.0 framework installed
of course)

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote
in message news:ew**************@TK2MSFTNGP03.phx.gbl...
>Mike,

You are going to have to take a look at some custom controls, as there
isn't a control out of the box in System.Windows.Forms that is going to
have the kind of scrolling action you want.

However, if you are going to use .NET 3.0, then you can use WPF and
animate a label (or pretty much any other property of any other element)
with a timeline and get the scrolling effect you are looking for.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@community.nospam.comwrote in message
news:eu**************@TK2MSFTNGP05.phx.gbl...
>>ok, i'll take a look.
I never did any programming on the winForm side of things, everything I
do is 100% web based, from web app to web services, so how would I even
get started in a ticker style form with what I need?

any help is greatly apprecaited.

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote
in message news:OJ**************@TK2MSFTNGP03.phx.gbl...
Mike,

You don't have to have IE running in order to use the RSS feeds
functionality. IE7 introduces an API for managing RSS feeds which you
can use so you don't have to implement subscriptions, the storage
mechanism for feeds, the downloading schedule, etc, etc.

The point is to use that API to get the information and manage the
subscriptions in a simple way. Once you have that, the ticker part is
easy.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@community.nospam.comwrote in message
news:Oj**************@TK2MSFTNGP03.phx.gbl...
thats kind of what I'll be using, but I need to give the end user some
"control" so they can pick what they want. My users don't want another
app like outlook express or anything of that nature, they want this
information scrolling their screen even if IE is closed. See whats
happening is some of our uses are downloading these things from sites,
(nyse, nasdaq, msnbc, etc) and they want more information (what users
don't) and since we can't customize their tickers we decided to do our
own.
If I have to use RSS feeds thats no big deal. I just need to show the
headlines in a ticker fasion in a new winForm app so it can be on the
users screen all day.
>
>
>
>
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com>
wrote in message news:OL****************@TK2MSFTNGP05.phx.gbl...
>Mike,
>>
> I would do a search on the web for "RSS reader component .NET" to
>look for RSS reader components in .NET (you can use the services
>offered by IE 7 if you wish). You are going to have to use RSS
>because a) that is what most information sites use to publish
>information and b) you need a uniform representation among all the
>different sources.
>>
> Once you have that, it should be easy to implement, as all the
>information you need is in the RSS feed.
>>
>>
>--
> - Nicholas Paldino [.NET/C# MVP]
> - mv*@spam.guard.caspershouse.com
>>
>"Mike" <Mi**@community.nospam.comwrote in message
>news:u$**************@TK2MSFTNGP03.phx.gbl. ..
>>>I want to create a news/stock/sport ticker for my desktop. I want to
>>>have the ability to select my news source, (cnn, msnbc, etcs) sport
>>>source(espn, nfl, nba, etc) and my stock source (nasdaq, nyse, etc)
>>>then once that information is selected store it in a XML file, then
>>>have my ticker read that XML file to determine what service to use. I
>>>would like this to show the information for 10 seconds or so (just
>>>the headlines) then scroll UP (not right to left like the TV ones),
>>>and allow the user to click the headline and that will take them to
>>>that page with the full story.
>>>
>>Can anyone point me to some examples to get me started?
>>>
>>>
>>>
>>
>>
>
>




Jun 19 '07 #8
ok thanks, I'm going to check it out this afternoon.
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote in
message news:%2****************@TK2MSFTNGP06.phx.gbl...
Mike,

Yes, .NET 3.0 will work on XP.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@community.nospam.comwrote in message
news:u6**************@TK2MSFTNGP05.phx.gbl...
>OK,I'll take a look. Isn't .NET 3.0 used for Vista OS's or no?
Will a .NET 3.0 app work on XP Pro (if they have 3.0 framework installed
of course)

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote
in message news:ew**************@TK2MSFTNGP03.phx.gbl...
>>Mike,

You are going to have to take a look at some custom controls, as
there isn't a control out of the box in System.Windows.Forms that is
going to have the kind of scrolling action you want.

However, if you are going to use .NET 3.0, then you can use WPF and
animate a label (or pretty much any other property of any other element)
with a timeline and get the scrolling effect you are looking for.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@community.nospam.comwrote in message
news:eu**************@TK2MSFTNGP05.phx.gbl...
ok, i'll take a look.
I never did any programming on the winForm side of things, everything I
do is 100% web based, from web app to web services, so how would I
even get started in a ticker style form with what I need?

any help is greatly apprecaited.

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com>
wrote in message news:OJ**************@TK2MSFTNGP03.phx.gbl...
Mike,
>
You don't have to have IE running in order to use the RSS feeds
functionality. IE7 introduces an API for managing RSS feeds which you
can use so you don't have to implement subscriptions, the storage
mechanism for feeds, the downloading schedule, etc, etc.
>
The point is to use that API to get the information and manage the
subscriptions in a simple way. Once you have that, the ticker part is
easy.
>
>
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com
>
"Mike" <Mi**@community.nospam.comwrote in message
news:Oj**************@TK2MSFTNGP03.phx.gbl.. .
>thats kind of what I'll be using, but I need to give the end user
>some "control" so they can pick what they want. My users don't want
>another app like outlook express or anything of that nature, they
>want this information scrolling their screen even if IE is closed.
>See whats happening is some of our uses are downloading these things
>from sites, (nyse, nasdaq, msnbc, etc) and they want more information
>(what users don't) and since we can't customize their tickers we
>decided to do our own.
>If I have to use RSS feeds thats no big deal. I just need to show the
>headlines in a ticker fasion in a new winForm app so it can be on the
>users screen all day.
>>
>>
>>
>>
>"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com>
>wrote in message news:OL****************@TK2MSFTNGP05.phx.gbl...
>>Mike,
>>>
>> I would do a search on the web for "RSS reader component .NET" to
>>look for RSS reader components in .NET (you can use the services
>>offered by IE 7 if you wish). You are going to have to use RSS
>>because a) that is what most information sites use to publish
>>information and b) you need a uniform representation among all the
>>different sources.
>>>
>> Once you have that, it should be easy to implement, as all the
>>information you need is in the RSS feed.
>>>
>>>
>>--
>> - Nicholas Paldino [.NET/C# MVP]
>> - mv*@spam.guard.caspershouse.com
>>>
>>"Mike" <Mi**@community.nospam.comwrote in message
>>news:u$**************@TK2MSFTNGP03.phx.gbl.. .
>>>>I want to create a news/stock/sport ticker for my desktop. I want to
>>>>have the ability to select my news source, (cnn, msnbc, etcs) sport
>>>>source(espn, nfl, nba, etc) and my stock source (nasdaq, nyse, etc)
>>>>then once that information is selected store it in a XML file, then
>>>>have my ticker read that XML file to determine what service to use.
>>>>I would like this to show the information for 10 seconds or so (just
>>>>the headlines) then scroll UP (not right to left like the TV ones),
>>>>and allow the user to click the headline and that will take them to
>>>>that page with the full story.
>>>>
>>>Can anyone point me to some examples to get me started?
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>




Jun 19 '07 #9
There are all kinds of desktop "gadgets" and "widgets" that support your
exact requirements. Pull your head out of Microsoft's @ss for a moment
because they are way behind Adobe, Google and Yahoo who have all leaped
forward in this context of desktop applications that get their data using
Internet protocols.

RSS is the XML format being used to syndicate and transport the data so I
have no argument there. These desktop applications I refer to as gadgets,
widgets and so on are developed using JavaScript/AJAX.

I would suggest you start by evaluating Yahoo!'s widgetes [1] as Yahoo! has
earned much respect for the quality and robustness of their JavaScript APIs.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/

[1] http://widgets.yahoo.com/


"Mike" <Mi**@community.nospam.comwrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
ok thanks, I'm going to check it out this afternoon.
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote
in message news:%2****************@TK2MSFTNGP06.phx.gbl...
>Mike,

Yes, .NET 3.0 will work on XP.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@community.nospam.comwrote in message
news:u6**************@TK2MSFTNGP05.phx.gbl...
>>OK,I'll take a look. Isn't .NET 3.0 used for Vista OS's or no?
Will a .NET 3.0 app work on XP Pro (if they have 3.0 framework installed
of course)

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote
in message news:ew**************@TK2MSFTNGP03.phx.gbl...
Mike,

You are going to have to take a look at some custom controls, as
there isn't a control out of the box in System.Windows.Forms that is
going to have the kind of scrolling action you want.

However, if you are going to use .NET 3.0, then you can use WPF and
animate a label (or pretty much any other property of any other
element) with a timeline and get the scrolling effect you are looking
for.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Mike" <Mi**@community.nospam.comwrote in message
news:eu**************@TK2MSFTNGP05.phx.gbl...
ok, i'll take a look.
I never did any programming on the winForm side of things, everything
I do is 100% web based, from web app to web services, so how would I
even get started in a ticker style form with what I need?
>
any help is greatly apprecaited.
>
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com>
wrote in message news:OJ**************@TK2MSFTNGP03.phx.gbl...
>Mike,
>>
> You don't have to have IE running in order to use the RSS feeds
>functionality. IE7 introduces an API for managing RSS feeds which
>you can use so you don't have to implement subscriptions, the storage
>mechanism for feeds, the downloading schedule, etc, etc.
>>
> The point is to use that API to get the information and manage the
>subscriptions in a simple way. Once you have that, the ticker part
>is easy.
>>
>>
>--
> - Nicholas Paldino [.NET/C# MVP]
> - mv*@spam.guard.caspershouse.com
>>
>"Mike" <Mi**@community.nospam.comwrote in message
>news:Oj**************@TK2MSFTNGP03.phx.gbl. ..
>>thats kind of what I'll be using, but I need to give the end user
>>some "control" so they can pick what they want. My users don't want
>>another app like outlook express or anything of that nature, they
>>want this information scrolling their screen even if IE is closed.
>>See whats happening is some of our uses are downloading these things
>>from sites, (nyse, nasdaq, msnbc, etc) and they want more
>>information (what users don't) and since we can't customize their
>>tickers we decided to do our own.
>>If I have to use RSS feeds thats no big deal. I just need to show
>>the headlines in a ticker fasion in a new winForm app so it can be
>>on the users screen all day.
>>>
>>>
>>>
>>>
>>"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com>
>>wrote in message news:OL****************@TK2MSFTNGP05.phx.gbl...
>>>Mike,
>>>>
>>> I would do a search on the web for "RSS reader component .NET"
>>>to look for RSS reader components in .NET (you can use the services
>>>offered by IE 7 if you wish). You are going to have to use RSS
>>>because a) that is what most information sites use to publish
>>>information and b) you need a uniform representation among all the
>>>different sources.
>>>>
>>> Once you have that, it should be easy to implement, as all the
>>>information you need is in the RSS feed.
>>>>
>>>>
>>>--
>>> - Nicholas Paldino [.NET/C# MVP]
>>> - mv*@spam.guard.caspershouse.com
>>>>
>>>"Mike" <Mi**@community.nospam.comwrote in message
>>>news:u$**************@TK2MSFTNGP03.phx.gbl. ..
>>>>>I want to create a news/stock/sport ticker for my desktop. I want
>>>>>to have the ability to select my news source, (cnn, msnbc, etcs)
>>>>>sport source(espn, nfl, nba, etc) and my stock source (nasdaq,
>>>>>nyse, etc) then once that information is selected store it in a XML
>>>>>file, then have my ticker read that XML file to determine what
>>>>>service to use. I would like this to show the information for 10
>>>>>seconds or so (just the headlines) then scroll UP (not right to
>>>>>left like the TV ones), and allow the user to click the headline
>>>>>and that will take them to that page with the full story.
>>>>>
>>>>Can anyone point me to some examples to get me started?
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>




Jun 22 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Tony Carnell | last post by:
Hi, I'm trying to source a (preferably free) JavaScript news ticker that does not carry adverts and will take its feed from an external text file or html page. Any advice or links would be...
3
by: Dan | last post by:
Hi Does anyone know of a good Javascript typewriter ticker that allows you to insert HTML into the ticker. I have found lots but when HTML is inserted, the ticker pauses at the point it reaches...
4
by: Nariak | last post by:
Dear friends of programming! the script below only works with MSI and Opera but not with Netscape 7.x and Mozilla 1.x! What is wrong? Please help me! Thanks Ralf
1
by: Kaz | last post by:
Im creating a desktop ticker in C# that I wont to be displayed running along active applications, on the right hand side of the screen My question is that when I launch my ticker, how do i adjust...
3
by: George Durzi | last post by:
There still isn't an RSS feed out there that can provide news/stock prices with a ticker symbol as input. There's supposedly a beta from Yahoo, but it's not working and there is no estimated...
1
by: David | last post by:
Hi, I have the following asp in my page, but I keep getting the following error Microsoft VBScript runtime error '800a0009' Subscript out of range: 'ticker' Please can you help me ?. Here...
7
by: Steve Amey | last post by:
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
13
by: RommelTJ | last post by:
Hi, My website (http://www.justiceinmexico.org/indextest.php) looks good in Firefox, but horrible in IE, and I think it's because of an error in the javascript of a free web ticker I got off the...
1
by: tgmurray | last post by:
I have created a small page using html and javascript that attempts to create a ticker. I am trying to go from 0 to 9 and then repeat itself. It should go to each new value after 1 second. ...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.