Computer Science Canada

Network Program

Author:  w00rm [ Fri Apr 09, 2004 9:42 pm ]
Post subject:  Network Program

I am wanting to make a server/client program that can send messages back and forth. I don't know whether to use winsock or what? any help would be appreciated.

Author:  wtd [ Fri Apr 09, 2004 11:17 pm ]
Post subject: 

Does the rets of the project require VB, because there are far easier languages for doing networking.

Author:  rdrake [ Sun Apr 11, 2004 11:02 am ]
Post subject: 

Winsock would be the easiest way to go.
www.winsockvb.com
www.vbip.com

Author:  Homer_simpson [ Tue Apr 13, 2004 10:27 pm ]
Post subject: 

i can send u sample code for chatclient i made...
oh memories(my unfinished trojan proggy =( )

Author:  Acid [ Wed Apr 14, 2004 9:14 am ]
Post subject: 

I tried making a program using the winsock control, but it won't work on the computers without VB after I compile it...something about winsock.ocx or some file like that...

Actually, it won't work on any computers yet. I didn't finish it.

Author:  Brightguy [ Wed Apr 14, 2004 4:37 pm ]
Post subject:  Re: Network Program

Place winsock.ocx in the WINDOWS\SYSTEM directory.

Author:  w00rm [ Sat Apr 17, 2004 2:32 pm ]
Post subject: 

Hey Homer, send it to admin@derproductions.com

Author:  recneps [ Mon Apr 19, 2004 6:35 pm ]
Post subject: 

easiest way to make sure it works on anyone's comp is use the Package and Deployment Wizard its part of the "additional goodies" that come with VB.
What that does is make a setup prog, just like when you install any other program, and it includes a cab file containing everything to install, so do that, then zip the setup.exe and the cab file together (sadly the winsock ocx is like 3mb so itll be pretty big) otherwise just send people your exe
and if they get the error send them the cab/setup thing.


: