CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: UDP Datagram

  1. #1
    Join Date
    Aug 2000
    Posts
    22

    UDP Datagram

    Hello,

    1. How can I create a Structure of UDP Datagram
    2. If I connect to the port No 53 the and send the data will i get thru dataArrival ?

    Pl. help me with an Example
    -Deep


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: UDP Datagram

    you don't need to, if you are using Winsock control, just set the protocol property to sckUDPProtocol.

    when you send data, dataArrival wouldn't be fired, only when other send data do you that it will be fired.





    HTH

    cksiow
    http://vblib.virtualave.net - share our codes

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured