PDA

Click to See Complete Forum and Search --> : [DELPHI] Handle the form with the address to file


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

Hack
Aug 1st, 2011, 06:29 AM
Moved From The CodeBank (which for sharing code with other members rather than posting questions :) )