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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by devilkind

  1. devilkind

    Read the message

    queryperformancefrequency(counts); FillChar(StartInfo,SizeOf(TStartupInfo),#0); FillChar(ProcInfo,SizeOf(TProcessInformation),#0); StartInfo.cb := SizeOf(TStartupInfo); StartInfo.dwFlags := STARTF_USESHOWWINDOW; StartInfo.wShowWindow := SW_HIDE; CreateProcess(PChar(edit1.text),nil...
  2. devilkind

    Close form or make invisble ?

    xxx.close; // xxx - form name
  3. devilkind

    Read the message

    Well it's a bit complicated to explain but here it goes: I want to start a process and i need a way to find out the time while that process was running. HELP!

Part and Inventory Search

Back
Top