T_T - Help me!!! - UDP Connection
-
Hi to all, do you remember when we could make an easy UDP connection with VB 6.0? we needed only to drag and drop the winsock... one minutes of codes and... we could make two applications "talk together"!!! Now i have a problem!!! I want to do the same thing with "Microsoft Visual Studio 2005"... but there is a new way to program that i don't know... even i don't know what is the name/identifier of this new language... (maybe "VB.NET 2005"?) I have found, on this site, articles/source on UDP connection... but "Microsoft Visual Studio 2005" say that this code is old so it make a convertion... EVEN THOUGH I DON'T UNDERSTAND THE SOURCE!!! There are a lot more lines of code... Please Help Me... I NEED A SMALL EXAMPLE (SOURCE FOR "Microsoft Visual Studio 2005") LIKE TWO FORMS THAT CAN CHAT BETWEEN THEM!!! THAKN YOU ALL!!! And excuse my english :^) -- modified at 5:20 Tuesday 24th January, 2006
-
Hi to all, do you remember when we could make an easy UDP connection with VB 6.0? we needed only to drag and drop the winsock... one minutes of codes and... we could make two applications "talk together"!!! Now i have a problem!!! I want to do the same thing with "Microsoft Visual Studio 2005"... but there is a new way to program that i don't know... even i don't know what is the name/identifier of this new language... (maybe "VB.NET 2005"?) I have found, on this site, articles/source on UDP connection... but "Microsoft Visual Studio 2005" say that this code is old so it make a convertion... EVEN THOUGH I DON'T UNDERSTAND THE SOURCE!!! There are a lot more lines of code... Please Help Me... I NEED A SMALL EXAMPLE (SOURCE FOR "Microsoft Visual Studio 2005") LIKE TWO FORMS THAT CAN CHAT BETWEEN THEM!!! THAKN YOU ALL!!! And excuse my english :^) -- modified at 5:20 Tuesday 24th January, 2006
Take a look at
UDPClient
,TCPClient
,TCPListener
,Socket
....Fulmine wrote:
I NEED A SMALL EXAMPLE (SOURCE FOR "Microsoft Visual Studio 2005") LIKE TWO FORMS THAT CAN CHAT BETWEEN THEM!!!
Try google with the above keywords.
Jesus Loves:rose:
--Owner Drawn:rose: --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord:rose:
-
Take a look at
UDPClient
,TCPClient
,TCPListener
,Socket
....Fulmine wrote:
I NEED A SMALL EXAMPLE (SOURCE FOR "Microsoft Visual Studio 2005") LIKE TWO FORMS THAT CAN CHAT BETWEEN THEM!!!
Try google with the above keywords.
Jesus Loves:rose:
--Owner Drawn:rose: --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord:rose:
-
OoOoOohhh I have serched a lot of time those words... but with no success!!! So I insist; the problem is that I need a small example in "VB v8"/"Microsoft Visual Studio 2005"
I got this from Google... http://samples.gotdotnet.com/quickstart/howto/doc/TCPUDP/BroadcastChatClient.aspx[^]
Jesus Loves:rose:
--Owner Drawn:rose: --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord:rose:
-
I got this from Google... http://samples.gotdotnet.com/quickstart/howto/doc/TCPUDP/BroadcastChatClient.aspx[^]
Jesus Loves:rose:
--Owner Drawn:rose: --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord:rose:
-
I know i'm going to hurt you! But this is a console example! I'm a beginner! I'm serching for an entire project source code for "Microsoft Visual Studio 2005 VB" with relative forms and ecc...
Have you thought about the possiblity that VB.NET 2005 is so new, noone has written one specifically in that version yet? You can load a VB.NET 2003 solution/project and 2005 will convert it to 2005 format. The code will still work. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
I know i'm going to hurt you! But this is a console example! I'm a beginner! I'm serching for an entire project source code for "Microsoft Visual Studio 2005 VB" with relative forms and ecc...
Fulmine wrote:
I know i'm going to hurt you!
No.
Fulmine wrote:
But this is a console example! I'm a beginner!
You can understand the concept and implement it.
Jesus Loves:rose:
--Owner Drawn:rose: --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord:rose: