A Real-Time ActiveX News Control
(Page 1 of 6 )
A while back, Mitchell wrote an article about MoreOver.com and their XML news sources (which are free for developers using them for non-profit purposes). Today, Mitchell takes that idea one step further and creates an ActiveX component that uses the MoreOver.com news feeds in a similar way. The component uses the XMLHTTP library and the MSXML parser to retrieve and process the news. This article also acts as a good introduction to ActiveX controls if you have never created one before.A while back, I wrote an article about MoreOver.com and their XML news sources (which are free for developers using them for non-profit purposes. For all other uses, you have to pay). Today, I want to take that idea one step further and create an ActiveX component that will use the MoreOver.com news feeds in a similar way. The component will use the XMLHTTP library and the MSXML parser to retrieve and process the news. This article will also act as a good introduction to ActiveX controls if you have never created one before.
To fully benefit from this article, you should have Visual Basic 6 installed on your machine, as well as the MSXML 4 library, which is available from
http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/001/766/msdncompositedoc.xmlNext: Creating the ActiveX control >>
More Visual Basic Articles
More By Mitchell Harper