Socket Programming in Visual Basic 6.0
-
Hello Everybody, We have an existing VB 6.0 application and we want to make this send and receive data using sockets instead of MSComm32 which it currently uses. Questions are: 1. Can it be done using VB 6.0 effectively or should I go VB.Net? 2. I guess I may be able to use Winsock Control but I'm worried about how good VB is in terms of socket programming when compared to VB.Net?
-
Hello Everybody, We have an existing VB 6.0 application and we want to make this send and receive data using sockets instead of MSComm32 which it currently uses. Questions are: 1. Can it be done using VB 6.0 effectively or should I go VB.Net? 2. I guess I may be able to use Winsock Control but I'm worried about how good VB is in terms of socket programming when compared to VB.Net?
-
Hello Everybody, We have an existing VB 6.0 application and we want to make this send and receive data using sockets instead of MSComm32 which it currently uses. Questions are: 1. Can it be done using VB 6.0 effectively or should I go VB.Net? 2. I guess I may be able to use Winsock Control but I'm worried about how good VB is in terms of socket programming when compared to VB.Net?
-
Hello Everybody, We have an existing VB 6.0 application and we want to make this send and receive data using sockets instead of MSComm32 which it currently uses. Questions are: 1. Can it be done using VB 6.0 effectively or should I go VB.Net? 2. I guess I may be able to use Winsock Control but I'm worried about how good VB is in terms of socket programming when compared to VB.Net?
Hey, I am directing you to a project i wrote, Throughly uses sockets in VB6, vastly documented, multiple connections, error traping, buffering, queueing, the works. let me know what you think. http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=48338&lngWId=1[^] Fade (Amit BS)
-
Hello Everybody, We have an existing VB 6.0 application and we want to make this send and receive data using sockets instead of MSComm32 which it currently uses. Questions are: 1. Can it be done using VB 6.0 effectively or should I go VB.Net? 2. I guess I may be able to use Winsock Control but I'm worried about how good VB is in terms of socket programming when compared to VB.Net?
-
I have a code in VB of a control ActiveX that it abstracted all complexity of Windows DLL. Should I order where? (just the sources, without EXE ;P). Willian S. Rodrigues (VB, VC++, Qt, MFC, Cobol,Clipper, Pascal)
:(
-
winsocklib from here http://killervb.com/Libraries.aspx[^]
:doh: