Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hedgefighter

    Sockets with a router.

    Ok, let me rephrase the question. I want someone to come to my web server via http and then I want to make a socket connection to their computer on a specific port. I know how to do this given the client's IP address, but when the client is behind a router how do I make the socket connection? I...
  2. hedgefighter

    Sockets with a router.

    To make a socket you have to specify an IP address to connect to, correct? But what if you are trying to connect to a specific computer that is connected to a router with that IP address?
  3. hedgefighter

    C# Capabilities

    Thinking about it, I guess the only part I need help with is how to trigger an executable on a web server from the client's web browser.
  4. hedgefighter

    C# Capabilities

    I will developed the client application. I will also have access to the web server. So, I will be able to program whatever is necessary on the server end. The only trick is that I want the user (who will run my client-side application) to be able to use any web browser (IE, Firefox, etc.)...
  5. hedgefighter

    C# Capabilities

    I'm trying to make an app on a client that can communicate with my web server when the client points their web browser to my site. I want to be able to exchange information between the server and the client app. Is there any way to do this? Thanks a lot.

Part and Inventory Search

Back
Top