CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2000
    Location
    Eastern Europe
    Posts
    134

    Applet - sockets

    Hi everybody.

    First of all: I have to write an applet which must connect via UDP to an IP and Port. Is it possible to connect to any IP, or just to the server from which the applet was download?

    Does anybody have a simple code for an applet which connect through UDP sockets to a server??

    Many thanks in advance,
    NM


  2. #2
    Join Date
    Jan 2000
    Location
    Canada
    Posts
    249

    Re: Applet - sockets

    Unless the applet is signed, it can only connect to the server from which it is run.

    -------------------------------------------
    weaver
    icq# 64665116
    Please rate this post.
    http://weaver.x7.htmlplanet.com

  3. #3
    Join Date
    May 2000
    Location
    Eastern Europe
    Posts
    134

    Re: Applet - sockets

    Thanks.

    Now, it is clear for me.
    NM


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