Home All Groups Group Topic Archive Search About
Author
24 Jun 2009 12:55 PM
Brian Cryer
Can anyone recommend where I can get a class library to provide NNTP
functions?

I'm after something I can use or build on which will allow me to pull down
articles from a newsgroup, and perhaps later in the project post back too.
Preferably free or low cost since this is for a hobby project, and
preferably with source code. Not fussed whether its VB.NET or C#.

Thanks.
--
Brian Cryer
www.cryer.co.uk/brian

Author
24 Jun 2009 4:55 PM
Nobody
"Brian Cryer" <not.here@localhost> wrote in message
news:eWibZsM9JHA.4560@TK2MSFTNGP03.phx.gbl...
> Can anyone recommend where I can get a class library to provide NNTP
> functions?
>
> I'm after something I can use or build on which will allow me to pull down
> articles from a newsgroup, and perhaps later in the project post back too.
> Preferably free or low cost since this is for a hobby project, and
> preferably with source code. Not fussed whether its VB.NET or C#.

Try searching for "nntp dotnet component" or "nntp dotnet class". Also, see
this article:

http://en.wikipedia.org/wiki/NNTP
Author
25 Jun 2009 8:18 AM
Brian Cryer
Show quote Hide quote
"Nobody" <nob***@nobody.com> wrote in message
news:%23N9ONyO9JHA.1492@TK2MSFTNGP03.phx.gbl...
> "Brian Cryer" <not.here@localhost> wrote in message
> news:eWibZsM9JHA.4560@TK2MSFTNGP03.phx.gbl...
>> Can anyone recommend where I can get a class library to provide NNTP
>> functions?
>>
>> I'm after something I can use or build on which will allow me to pull
>> down articles from a newsgroup, and perhaps later in the project post
>> back too. Preferably free or low cost since this is for a hobby project,
>> and preferably with source code. Not fussed whether its VB.NET or C#.
>
> Try searching for "nntp dotnet component" or "nntp dotnet class". Also,
> see this article:
>
> http://en.wikipedia.org/wiki/NNTP

Thanks for the reply. I've come across a number of partial implementions,
but not yet one which looks complete. So had wondered whether anyone was
working with one which they could recommend.

I'm not aversed to taking one of the partial implementions I can see and
building on it. Might be fun, and I'm sure I'd learn a lot.

Kind regards.
--
Brian Cryer
www.cryer.co.uk/brian
Author
25 Jun 2009 3:13 PM
Nobody
"Brian Cryer" <not.here@localhost> wrote in message
news:OmxSD2W9JHA.4560@TK2MSFTNGP03.phx.gbl...
> Thanks for the reply. I've come across a number of partial implementions,
> but not yet one which looks complete. So had wondered whether anyone was
> working with one which they could recommend.
>
> I'm not aversed to taking one of the partial implementions I can see and
> building on it. Might be fun, and I'm sure I'd learn a lot.

See these links for samples:

http://www.codeproject.com/info/search.aspx?artkw=NNTP

In particular this link:

Posting newsgroup messages with NNTP using Indy
http://www.codeproject.com/KB/IP/NNTPPost.aspx
Author
26 Jun 2009 9:21 AM
Brian Cryer
Show quote Hide quote
"Nobody" <nob***@nobody.com> wrote in message
news:etStTea9JHA.5704@TK2MSFTNGP03.phx.gbl...
> "Brian Cryer" <not.here@localhost> wrote in message
> news:OmxSD2W9JHA.4560@TK2MSFTNGP03.phx.gbl...
>> Thanks for the reply. I've come across a number of partial implementions,
>> but not yet one which looks complete. So had wondered whether anyone was
>> working with one which they could recommend.
>>
>> I'm not aversed to taking one of the partial implementions I can see and
>> building on it. Might be fun, and I'm sure I'd learn a lot.
>
> See these links for samples:
>
> http://www.codeproject.com/info/search.aspx?artkw=NNTP
>
> In particular this link:
>
> Posting newsgroup messages with NNTP using Indy
> http://www.codeproject.com/KB/IP/NNTPPost.aspx

Thank you for these.

Indy would be my first choice because I've used it (including the NNTP
classes) when working with Delphi. My reluctance has been that the
development on a native .NET version seems to have stalled (and never got as
far as NNTP) and the .NET build (presumably from Delphi, dated Dec 2006) is
for .NET 1.1 with a warning that it doesn't work with the 2.0 framework (so
I guess the same warning applies if I want to use the 3.5 framework). I'll
download it for now and see. If it works then all well and good, if it
doesn't then I'll work through the other codeproject articles (and
presumably cobble my own together).

Kind regards.
--
Brian Cryer
www.cryer.co.uk/brian
Author
24 Jun 2009 5:40 PM
Jeff Johnson
"Brian Cryer" <not.here@localhost> wrote in message
news:eWibZsM9JHA.4560@TK2MSFTNGP03.phx.gbl...

> Can anyone recommend where I can get a class library to provide NNTP
> functions?
>
> I'm after something I can use or build on which will allow me to pull down
> articles from a newsgroup, and perhaps later in the project post back too.
> Preferably free or low cost since this is for a hobby project, and
> preferably with source code. Not fussed whether its VB.NET or C#.

For reference, you cross-posted to the wrong VB group. Details in the blurb
below:

[Canned response]

This is a VB "classic" newsgroup. Questions about VB.NET (including VB
2005/2008 and VB Express, which have dropped .NET from their names) are
off-topic here.

Please ask .NET questions in newsgroups with "dotnet" in their names. The
*.vb.* groups are for VB6 and earlier. If you don't see the *.dotnet.*
groups on your news server, connect directly to the Microsoft server:
msnews.microsoft.com.

For questions specific to the VB.NET language, use this group:

microsoft.public.dotnet.languages.vb

Please note that things like controls and data access, which have their own
subgroups in the Classic VB hierarchy, are not language-specific in .NET, so
you should look for groups like these:

microsoft.public.dotnet.framework.windowsforms.controls
microsoft.public.dotnet.framework.adonet

(Note that "vb" is not present in the group name.)
Author
24 Jun 2009 6:49 PM
Nobody
"Jeff Johnson" <i.get@enough.spam> wrote in message
news:ehYemLP9JHA.4948@TK2MSFTNGP04.phx.gbl...
> For reference, you cross-posted to the wrong VB group. Details in the
> blurb below:

Actually, this is posted to the correct group...
Author
24 Jun 2009 7:08 PM
Jeff Johnson
"Nobody" <nob***@nobody.com> wrote in message
news:uxNfJyP9JHA.1248@TK2MSFTNGP04.phx.gbl...

>> For reference, you cross-posted to the wrong VB group. Details in the
>> blurb below:
>
> Actually, this is posted to the correct group...
>
>

AAAAGGGGHHHH!

Forgive my blindness, folks!

I was actually making an assumption because I'm familiar with "Nobody's"
posts in the Classic VB group and just figured that's where the VB side of
this came from.

That was my chuckle for the day....
Author
27 Jun 2009 3:28 PM
Sanders Kaufman
"Nobody" <nob***@nobody.com> wrote in message
news:uxNfJyP9JHA.1248@TK2MSFTNGP04.phx.gbl...
> "Jeff Johnson" <i.get@enough.spam> wrote in message

> Actually, this is posted to the correct group...

Actually, it's not.