NEED SAMPLE APPLICATION TO KILL A TASK ? (2001-09-19 01:40:19)Try using this code, hwnd is the handle of the application you want to terminate, I use the foreground window.
var hwnd:thandle;...
HOW CAN I GET A PROCESSOR SERIAL NUMBER ? (2001-10-01 12:48:16)Here's some code from good old bwd...hope he doesn't mind I posted it instead of him...:)
type
TCPUID = array of Longint;
TVendor = array...
USING NMHTTP - PUT ON DELPHI 5 (2001-12-10 14:10:25)OK - FIXED. Turned out that Apache has discrete modules to handle the advances of HTTP 1.1 Once these are found and compiled into Apache - PUT /...
NEED HELP ON SYSTEM INFORMATION (2003-02-08 17:30:32)Try this. It retrieves several information(you question it isn't very clear) about the local system, but i couldn't find the way to retrieve IP...