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

Thread: IP address

  1. #1
    Join Date
    Jan 1999
    Posts
    2

    IP address



    I dont program in Java, so this might be a bit tough but I'll try to explain what I'm trying to do...

    I'm trying to design an app (in VC++) that will, when given a username of a certain chat (http://www.netnc.com/netjonez/chatt.html), it will retrieve that users IP address...

    this is a java based chat so that's why I'm posting to this board... to see if you guys have any suggestions for me...

    If you do, I would be VERY greatful for ANY input...

    Thanx... Cube

  2. #2
    Join Date
    May 1999
    Posts
    93

    Re: IP address



    If you mean you want to find out the IP address from which the user is connecting,

    then forget it. You don't have access to that information (unless you hack into

    the server).

  3. #3

    Re: IP address



    Yep... Sounds like you plan on hacking them... or something...

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