Re: Vb and NewsGroups
From: Mike D Sutton (EDais_at_mvps.org)
Date: 07/28/04
- Next message: Ron: "Re: Append text to top of file with VB 6.0?"
- Previous message: Jonathan Wood: "Re: Append text to top of file with VB 6.0?"
- In reply to: CcGunal: "Vb and NewsGroups"
- Next in thread: Rob: "Re: Vb and NewsGroups"
- Reply: Rob: "Re: Vb and NewsGroups"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 28 Jul 2004 21:15:28 +0100
> We can connect to newsgroups in Delphi with IndyNNTP. But i can't in VB. How
> I can do that? Must i use Winsock? If so how? I want to connect to news
> server with vb, but I can't. Please help.
What you could do is to create a DLL in Delphi that encapsulates the Indy component's functionality (make sure you export functions
as stdcall) and call that from VB, otherwise you'll have to dig into the Winsock API (www.vbip.com would be a good place to start)
and NNTP protocol or have a hunt round for a third party control that does this for you.
Hope this helps,
Mike
- Microsoft Visual Basic MVP -
E-Mail: EDais@mvps.org
WWW: http://www.mvps.org/EDais/
- Next message: Ron: "Re: Append text to top of file with VB 6.0?"
- Previous message: Jonathan Wood: "Re: Append text to top of file with VB 6.0?"
- In reply to: CcGunal: "Vb and NewsGroups"
- Next in thread: Rob: "Re: Vb and NewsGroups"
- Reply: Rob: "Re: Vb and NewsGroups"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|