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;
Printable View
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;
Moved From The CodeBank (which for sharing code with other members rather than posting questions :) )