Home All Groups Group Topic Archive Search About

Working with News groups

Author
23 Aug 2006 3:02 PM
Warex
Hello,
I am want to make a project using vb.net that works with news groups.
Specifically go thru all directries, then all messages looking for key words
in messages then displaying them on screen.
I seem t not beable to google anything on working with newgroups in vb.net.
then again maybe I am using the wrong keywords,
Can anyone help point me in the right direction?
Thanks,

P.

Author
23 Aug 2006 3:10 PM
Izzy
This data would be stored in a database like Sql Server or Oracle or
MySql. Chech those groups and you'll probably find something.

I'm just guessing, but I'll bet it has something to do with full text
searching.


Warex wrote:
Show quoteHide quote
> Hello,
> I am want to make a project using vb.net that works with news groups.
> Specifically go thru all directries, then all messages looking for key words
> in messages then displaying them on screen.
> I seem t not beable to google anything on working with newgroups in vb.net.
> then again maybe I am using the wrong keywords,
> Can anyone help point me in the right direction?
> Thanks,
>
> P.
Author
23 Aug 2006 3:12 PM
Peter Macej
Newsgroups use NNTP protocol. So try to search for NNTP and VB .NET.

--
Peter Macej
Helixoft - http://www.helixoft.com
VSdocman - Commenter and generator of class documentation for C#, VB
..NET and ASP .NET code
Author
23 Aug 2006 3:21 PM
Herfried K. Wagner [MVP]
"Warex" <Igiveitalla***@juno.com> schrieb:
> I am want to make a project using vb.net that works with news groups.
> Specifically go thru all directries, then all messages looking for key
> words in messages then displaying them on screen.

Accessing newsgroups with NNTP
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=nntp&lang=en>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>