Hi
How do I , Get Handle the form with the address to file?
Similar.
Please help me Thanks
Code:
var
Handle: HWND;
begin
GetHandleFilePath('C:\File.exe',Handle);
ShowMessage(IntToStr(Handle));
end;