Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   Problem in developing newsreader in vb.net (http://www.velocityreviews.com/forums/t20810-problem-in-developing-newsreader-in-vb-net.html)

balu 11-18-2004 12:57 PM

Problem in developing newsreader in vb.net
 
Hello,

I am developing a Newsreader in vb.net and i am getting a problem in posting
article to newserver for a particular set of newsgroups. i developin g this
newsreader using nntp commands.I need vb.net code for posting a article . I
getting a problem in defining a article format.

Kindly , Send me code for posting article in vb.net using nntp command
"post".

with regards,
balu.




Dmitriy Lapshin [C# / .NET MVP] 11-18-2004 01:13 PM

Re: Problem in developing newsreader in vb.net
 
Hi,

[Removed extra NGs]

What is the problem you're having? I remember I wrote some code to post NNTP
articles in Delphi about 5 years ago (don't ask me for it - I don't have
this code anymore), so I can probably be helpful.

For example, here's how your own post looks internally (below)

You don't need the Message-ID header while posting an article (as well as
the Path and the NNTP-Posting-Host ones), and, as far as I remember, you
need the Xref only for replies and cross-posts.
The X- headers are also mainly optional.

-----------------------------------------------------
From: "balu" <baluveer_mukkamala@yahoo.com>
Subject: Problem in developing newsreader in vb.net
Date: Thu, 18 Nov 2004 18:27:12 +0530
Lines: 15
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.00.2919.6700
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700
Message-ID: <OjQ#l2WzEHA.976@TK2MSFTNGP10.phx.gbl>
Newsgroups:
microsoft.public.dotnet.academic,microsoft.public. dotnet.academic.assignment_manager,microsoft.publi c.dotnet.datatools,microsoft.public.dotnet.distrib uted_apps,microsoft.public.dotnet.faqs,microsoft.p ublic.dotnet.framework,microsoft.public.dotnet.fr
NNTP-Posting-Host: 203.109.90.43
Path: TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
Xref: TK2MSFTNGP08.phx.gbl
microsoft.public.dotnet.academic.assignment_manage r:1003
microsoft.public.dotnet.datatools:1438
microsoft.public.dotnet.distributed_apps:11814
microsoft.public.dotnet.faqs:15698 microsoft.public.dotnet.framework:85586
microsoft.public.dotnet.academic:9080

Hello,

I am developing a Newsreader in vb.net and i am getting a problem in posting
article to newserver for a particular set of newsgroups. i developin g this
newsreader using nntp commands.I need vb.net code for posting a article . I
getting a problem in defining a article format.

Kindly , Send me code for posting article in vb.net using nntp command
"post".

with regards,
balu.
-----------------------------------------------------

--
Sincerely,
Dmitriy Lapshin [C# / .NET MVP]
Bring the power of unit testing to the VS .NET IDE today!
http://www.x-unity.net/teststudio.aspx

"balu" <baluveer_mukkamala@yahoo.com> wrote in message
news:OjQ%23l2WzEHA.976@TK2MSFTNGP10.phx.gbl...
> Hello,
>
> I am developing a Newsreader in vb.net and i am getting a problem in
> posting
> article to newserver for a particular set of newsgroups. i developin g
> this
> newsreader using nntp commands.I need vb.net code for posting a article .
> I
> getting a problem in defining a article format.
>
> Kindly , Send me code for posting article in vb.net using nntp command
> "post".
>
> with regards,
> balu.
>
>
>




All times are GMT. The time now is 01:40 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57