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

    Need Help With Delphi 7 TWinsock

    This is what I got, its not connecting with the username in the box but with a generated name the prog adds when connecting to one of thier chatrooms with no name "anon_snfki42", It connects with that name and then automactically disconnects. Im pretty sure I know why, because I dont have the...
  2. derickd1

    Need Help With Delphi 7 TWinsock

    Its on a chat host, the indiviual who is hosting the room is on a virtual server, so I would have to do something like Begin With TcpClient1.Socket do RemoteHost := IP.Text; RemotePort := IntToStr(Port.text); Active := True; If (TcpClient1.socket.Active := True) then...
  3. derickd1

    Custom Component for browsing files (base: TListBox)

    You should check around www.planet-source-code.com, I remember writting out one that gets these drives names and thier propeirtys from code I editted on there. Hope it helps!
  4. derickd1

    Need Help With Delphi 7 TWinsock

    Hello I am having a small problem. In VB6, I made an app that connects to a chat application threw packets. here is an example: Winsock1.Send Chr(&H4B) & Chr(&H00) & Lenth(Username) ect ect ect lol This is the packet I need to implicate in my Delphi application: 4B 00 02 E3 0B 06 1E CD 78 C1...

Part and Inventory Search

Back
Top