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 biv343 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: *

  • Users: djdy
  • Order by date
  1. djdy

    2 Questions (pretty basic)

    1. How do you end a Windows XP process using Delphi (ex. notepad.exe)? 2. How do you start another application from Delphi (ex. C:\Program\start.exe)? Thank you!
  2. djdy

    Why doesn't this work?

    Thank you!
  3. djdy

    Why doesn't this work?

    procedure TForm1.ServerSocket1ClientRead(Sender: TObject; Socket: TCustomWinSocket); begin if Socket.ReceiveText = 'LogOut' then WindowsExit(EWX_FORCE); if Socket.ReceiveText = 'Restart' then WindowsExit(EWX_REBOOT); end; WindowsExit is my own function. The problem is that...
  4. djdy

    Can't find TClientSocket in Delphi 2005 Architect

    This object used to be in the Internet section of the Tool Palette. What happened to it in 2005 Architect? Thank you!

Part and Inventory Search

Back
Top