nnto codding

  • Thread starter Thread starter Rodrigo
  • Start date Start date
R

Rodrigo

Hi,

Has anyone written an application to read newsgroups? I want to write
one in access, the write one for lotus notes (i am better at writing apps in
access, than in notes so I rather start with access).

I keep looking around the web for some samples or guidance but can't really
find anything useful. Do any of you have ideas as to what i should be using?
I really don't know where/how to begin, I don't want a whole application,
just some ideas.

thanks,

Rodrigo.
 
I would just do a search for

NNTP VB Winsock

I actually started writing a newsgroup reader for ms-access. In a few hours,
I had something that could post, and read messages.

I never posted the code, as it was capable of sending 'cancel' messages to
posts other then your own!

There is a screen shot of it running here:
http://www.attcanada.net/~kallal.msn/test/winsock.htm

Most sample code for Winsock and VB will work with VBA...so do a search on
the keywords mentioned....you will find lots of stuff

However, sadly...I did throw out that code......
 
Back
Top