Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Aug 3rd, 2005, 4:20 PM   #1
Brent
Highly Adaptive Penguin
 
Brent's Avatar
 
Join Date: May 2005
Location: United States
Posts: 251
Rep Power: 4 Brent is on a distinguished road
networking in VB

can anyone tell me where a good VB networking tutorial is, i heard there's a thing call "sox" or "socks" could someone tell me more about this, thanks in advance.
Brent is offline   Reply With Quote
Old Aug 4th, 2005, 10:17 AM   #2
Rory
Expert Programmer
 
Rory's Avatar
 
Join Date: Jan 2005
Location: London
Posts: 542
Rep Power: 4 Rory is on a distinguished road
Send a message via MSN to Rory
The intended way to provide networking capabilities in VB6 is through the Winsock control, effectively a wrapper for the windows socket APIs. Your best bet is the msdn (http://msdn.microsoft.com/library/de...ockcontrol.asp).
However, I believe it oversimplifies and adds too much overhead. Fine if you want to make a simple chat program, but it doesn't support low-level interaction unlike the native APIs, and is restricted to TCP/UDP.

Additionally this component is restricted to Enterprise edition, though you can use the Winsock component in any development IDE version with a little registry hack (ahem).

Anyway, as VB6 is not multithreaded, if you're seeking to make something more robust (e.g. a server application), try VB.NET as it supports true simultaneous requests and takes advantage of the extensive networking capabilities of the .NET Framework.
Rory is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:20 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC