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 Mike Lewis 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. martintxo

    win32 valid application

    I have written a code with builder c++. I have tested it in my computer a it works. Now, I wanted to list the .dll and .bpl files that it needs when I use it on any computer. To do this I have executed my program on a windows xp and a windows 2000 that have not builder installed, and then I´d...
  2. martintxo

    wait for a process is open

    Hello. In my program, I have to open a process (that open a server), and only when it´s open I have to send to it some parametres from a client. My problem is that I don´t know how to make the program wait until the process is open and the server is listening, so, when I try to make the...
  3. martintxo

    program to create a connection

    Hello! I´m trying to write a program that creates a tcp connection. For the server to wait for the client to connect I use the following code: //Set the listening port TcpServer1->LocalPort=StrToInt(ePort->Text); //Try to listen; TcpServer1->Listening; //If the listen attempt succeeded...

Part and Inventory Search

Back
Top