program to search newsgroups

  • Thread starter Thread starter hcs
  • Start date Start date
H

hcs

Hello,

could someone point me in the right direction on how to program a vb.net
based application that can search newsgroup?

Cheers
 
Well, you can go the easy way and look for an NNTP control like the one from /n software.
I imagine there are other controls. Some may be free.

Or, you can get really familiar with the NNTP protocol
http://www.faqs.org/rfcs/rfc977.html

GL!
 
hcs said:
Hello,

could someone point me in the right direction on how to program a vb.net
based application that can search newsgroup?

Cheers

Head on over to google.
You can just append search criteria into a google URL
From google, select the advanced search.
Put some meaningful search criteria in.
Take a look at the output.

There's also rss feeds.

Plus an API, I think.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top