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. sabelo

    Why does my Windows Xp reject incoming connections

    I am writing a client/server program in Delphi. I am running Windows XP (Home Edition) and I have a problem in connecting to my server from outside when using port 110, 21 and 80. If I try connecting to my server on other ports like 4000 or above, it connects well. The problem here is that I...
  2. sabelo

    How do I capture windows popup messages

    Thanx, but my main question is how do you get that message i.e. how do I get the handle from the popup using API. If at least you can give me the Windows API function to do it, I'd be more than happy. Cheers
  3. sabelo

    How do I capture windows popup messages

    I'm asking about Delphi...not MSN. You know when you use say the "send" command, the recipient recieves a popup window and what I want to capture is the message in that window. Thanks.
  4. sabelo

    How do I capture windows popup messages

    How can I capture the messages from a windows (messenger) popup...either to a text file or just a variable it doesn't matter...or is at all possible? Also, is it possible to block messages from a specific station in the intranet. By the way...I'm using windows2000 and we have no server in our...
  5. sabelo

    Socket Connection And Multithreading

    I am kind of new to socket programming, though I know the basics. I am doing a project on client/server application. 1. how does MSN/yahoo messenger connect coz they can connect across firewalls with no problem. 2. When doing a two way communication do I need to have a server and client on each...
  6. sabelo

    Socket Connection and Multithreading

    I am kind of new to socket programming, though I know the basics. I am doing a project on client/server application. 1. how does MSN/yahoo messenger connect coz they can connect across firewalls with no problem. 2. When doing a two way communication do I need to have a server and client on each...
  7. sabelo

    Dynamic Address Allocation

    Thank you very much jimbopalmer...your buzzword helped. I registered for a free DNS and got a program that binds my IP with my domain name each time I login. I have written my program now...but i have a problem again. I left the server program running at home on my laptop and tried to connect...
  8. sabelo

    Dynamic Address Allocation

    So there's no way I can connect to my pc remotely without a static ip address? How does 'PC Anywhere' work? Do you also have to specify the ip address? If that's the case, how would you access your work intranet pc from home, because its ip address is not visible to the internet? There must be a...
  9. sabelo

    Dynamic Address Allocation

    Guys I really need your help! Things have changed, most stations use dynamic allocation of Ip addresses, how do I now uniquely identify my station on the internet coz each time I connect I am allocated a new IP address. e.g. if I want to write a program that connects to a remote station...

Part and Inventory Search

Back
Top