|
-
Jun 17th, 2001, 05:06 PM
#1
Game with IP
How can we send information via IP. I created a Pong game and now I wanted to add a option for "Multiplayer" with IP but I can find how send information by IP, can you help me please.
-
Jun 17th, 2001, 08:11 PM
#2
Lively Member
Use the winsock control, there is a good example of winsock chat with links on how to send data or commands via winsock at...
http://www.vbworld.com
AMD Athlon 1.0 GHz
128MB RAM
GeForce 2 MX
30 GB HD
-
Jun 17th, 2001, 09:03 PM
#3
I searched some thing to send only text ( bceause i think is the same thing to send text or to send data of the game) so I searched some chat program to examine how to send text over "ip" but I only see source of some over lan :\ I will continue to search for both.
Thx You to help me and if you have a more speacify link post it thx,
-
Jun 18th, 2001, 03:47 AM
#4
Lively Member
AMD Athlon 1.0 GHz
128MB RAM
GeForce 2 MX
30 GB HD
-
Jun 18th, 2001, 04:29 AM
#5
PowerPoster
Theres also some WinSock and chat demo on my site 
Oh and the tutorial of course ^_^
-
Jun 18th, 2001, 06:20 AM
#6
Stewarty the chat dont work with IP but only with LAN and I get a lots of problem to use it sorry :\ Im trying FOX program now I will tell ya if it work
-
Jun 18th, 2001, 11:59 AM
#7
Lively Member
If you click on the link to follow discussions on the Winsock Chat topic, there are forum posts that correct the errors.
AMD Athlon 1.0 GHz
128MB RAM
GeForce 2 MX
30 GB HD
-
Jun 19th, 2001, 06:15 AM
#8
Well I download about 3 chat program and no one worked on my lan t.t. It's very simple what I want to do. Is a program who all computer here will have (3) and will be able to send me information with a text box.(chat) and other information with radio box ( want to share file,internet...) I will try to search more, later
-
Jun 19th, 2001, 09:35 AM
#9
Lively Member
There is something wrong with your LAN then, because Ive tried this on my LAN, and it works perfectly after a litttle modification.
AMD Athlon 1.0 GHz
128MB RAM
GeForce 2 MX
30 GB HD
-
Jun 19th, 2001, 09:40 AM
#10
Retired VBF Adm1nistrator
Any TCP/IP based application what works on a LAN with work on the internet, and vice-versa, as long as you've got your IP Addresses all OK.
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Jun 19th, 2001, 09:28 PM
#11
If i can share folder and split my internet connection over all computer and the chat dont work....
-
Jun 19th, 2001, 10:31 PM
#12
Good Ol' Platypus
Your router must be set up like mine; no winsock allowed . So you should ask your admin to change this.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Jun 20th, 2001, 02:12 AM
#13
Retired VBF Adm1nistrator
DaoK,
The systems on your network may not be running TCP/IP.
For example if you're running a netware network, all you'd really need is IPX/SPX.
But assuming you're running TCP/IP, because you can read this thread, then check if you can ping other systems on the network.
Go into a DOS Prompt, and type :
... replace 'IP_ADDRESS' with the IP address of some other system on the network.
To find IP Addresses, you could download this app : http://www.everymanonline.com/whadda...escription.htm
An alternative would be to go to systems, and :
IF they're running Win9x : Start > Run > winipcfg
IF they're running NT/2K : Start > Run > command > ipconfig
Those apps will show you the IP configuration on the $local$ machine.
So once you've seen if you can ping the systems, then you know you can communicate with them ; then you know there's something amiss.
If so, post your code and we'll have a look-see.
- jamie
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Jun 20th, 2001, 05:25 PM
#14
-
Jun 20th, 2001, 05:46 PM
#15
Frenzied Member
Hey, do you have any good tutorials on DirectPlay? Most DirectX websites have nothing on it
-
Jun 20th, 2001, 06:03 PM
#16
Lively Member
Well I AM SORRY ! LOL
AMD Athlon 1.0 GHz
128MB RAM
GeForce 2 MX
30 GB HD
-
Jun 20th, 2001, 09:35 PM
#17
-
Jun 20th, 2001, 09:52 PM
#18
Good Ol' Platypus
http://rookscape.com/vbgaming/
It has good (great!) Dplay tuts.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Jun 21st, 2001, 02:19 AM
#19
Retired VBF Adm1nistrator
Jesus I avoid DirectPlay like the plague.
I prefer to do things myself.
Tho its support for IPX does excite me a little
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Jun 21st, 2001, 04:19 AM
#20
Frenzied Member
Thanks for the link, I'll look at it later
-
Jun 21st, 2001, 06:19 AM
#21
Thx You, and I solved my Ip problem ^_^ but I will learn Direct X now later guys
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
|