I would like to create a program like AllPicturez to grab photos out of newsgroups. Can someone tell me where to start? Possibly what I need and need to do? (this is my first Internet app) Thank You :confused:
Printable View
I would like to create a program like AllPicturez to grab photos out of newsgroups. Can someone tell me where to start? Possibly what I need and need to do? (this is my first Internet app) Thank You :confused:
First look into the Winsock Control, or the Winsock API. The Winsock Control will probably be easier to use, and there's good documentation on MSDN. Then look up documentation on NNTP to learn how to communicate with a news server.
Ok thanks that should get me started!