tags:

views:

17

answers:

1

hi folks, i'm using ip*works for download newsgroup message and insert them into a database... ipworks is "comfortable" to use because it automatically split nntp data return into different object (or variable). So i've "author" "date" "topic" "messagge" already splitted to my use. However ipworks isn't free and it cost a lot for my use.. so i'm asking you some component or code snippet to use to download and "manage" nntp messagges.

Thanks in advance and regards!

A: 

IF you're just reading text messages it's not that difficult to write the code, there's plenty of tutorials on the net for it. However, here's one C# class that might help DougNews.NNTP.

ho1