|
-
Dec 29th, 2004, 08:14 AM
#1
Thread Starter
New Member
-
Dec 29th, 2004, 10:00 AM
#2
Frenzied Member
Re: Looking 4 beginner TCP programer eg. Winsock, just to pass time!
 Originally Posted by hallucinative
 Anyone wanting to start building a chat program in Visual basic 6, add me in msn [email protected] doesn’t have to be a chat program but I would want to use TCP, if you don't know how to use Winsock I’ll be willing to teach!,  , I’m not the best programmer!, but I’m defiantly not the worst, lol
If you code a client, I can code a server in Java, going that way with a project anyways...
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Jan 24th, 2005, 12:09 AM
#3
Lively Member
Re: Looking 4 beginner TCP programer eg. Winsock, just to pass time!
I would gladly like to help! i ve always wanted to learn tcp protocol so i can do multiplayer games.
-
Feb 3rd, 2005, 09:59 AM
#4
Addicted Member
Re: Looking 4 beginner TCP programer eg. Winsock, just to pass time!
Why use vb6???
using vb.net will take lots of work away, made chat server/client in both languages, the vb server crached after 3 days (index out of bounds)
Now with vb.net its very easy to make async sockets. If u want i made sample of chat server/client few weeks ago for someone who needed to make same thing for school (writing the socket code only took 1 evening)
Doint this in vb6 is just a waste of time 
 Originally Posted by Girvo911
I would gladly like to help! i ve always wanted to learn tcp protocol so i can do multiplayer games.
Girvo, most game are using UDP instead of TCP (alltho i also prefer TCP for games above UDP)
Greetz Nightmare.
-
Feb 3rd, 2005, 10:26 AM
#5
Frenzied Member
Re: Looking 4 beginner TCP programer eg. Winsock, just to pass time!
 Originally Posted by Nigh™a®e
using vb.net will take lots of work away, made chat server/client in both languages, the vb server crached after 3 days (index out of bounds)
No to protect VB6... But isn't that more likely to have been caused by a programming error? Fact is, both VB6 and VB.Net are restricted to one OS... AND they're not object oriented... yuk...
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Feb 3rd, 2005, 01:40 PM
#6
Re: Looking 4 beginner TCP programer eg. Winsock, just to pass time!
 Originally Posted by vbNeo
No to protect VB6... But isn't that more likely to have been caused by a programming error? Fact is, both VB6 and VB.Net are restricted to one OS... AND they're not object oriented... yuk...
VB.Net Is Fully object oriented! And some CLR applications will run on linux (w/ mono).
Tips:
- Google is your friend! Search before posting!
- Name your thread appropriately... "I Need Help" doesn't cut it!
- Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
- Allways Include the Name and Line of the Exception (if one is occuring!)
- If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post  IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous
-
Feb 4th, 2005, 08:04 AM
#7
Frenzied Member
Re: Looking 4 beginner TCP programer eg. Winsock, just to pass time!
 Originally Posted by <ABX
VB.Net Is Fully object oriented! And some CLR applications will run on linux (w/ mono).
Hmm... Well... Can't say I've ever tried it, but I've always heard otherwise... It still is a messy language though, I'd prefer Java any day...
[Edit]
Oh, and I've heard about Mono... But this is still only for LinUX and the features are limited(not to flame to Mono project, I reckon it's very hard with the different API and all). What if the customer operating the server wanted to use Solaris?
[/Edit]
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|