Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. T_T - Help me!!! - UDP Connection

T_T - Help me!!! - UDP Connection

Scheduled Pinned Locked Moved Visual Basic
csharphelpquestionvisual-studio
7 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    Fulmine
    wrote on last edited by
    #1

    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

    O 1 Reply Last reply
    0
    • F Fulmine

      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

      O Offline
      O Offline
      Owner drawn
      wrote on last edited by
      #2

      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:

      F 1 Reply Last reply
      0
      • O Owner drawn

        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:

        F Offline
        F Offline
        Fulmine
        wrote on last edited by
        #3

        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"

        O 1 Reply Last reply
        0
        • F Fulmine

          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"

          O Offline
          O Offline
          Owner drawn
          wrote on last edited by
          #4

          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:

          F 1 Reply Last reply
          0
          • O Owner drawn

            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:

            F Offline
            F Offline
            Fulmine
            wrote on last edited by
            #5

            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...

            D O 2 Replies Last reply
            0
            • F Fulmine

              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...

              D Offline
              D Offline
              Dave Kreskowiak
              wrote on last edited by
              #6

              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

              1 Reply Last reply
              0
              • F Fulmine

                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...

                O Offline
                O Offline
                Owner drawn
                wrote on last edited by
                #7

                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:

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups