Results 1 to 2 of 2

Thread: [DELPHI] Handle the form with the address to file

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2011
    Posts
    1

    Question [DELPHI] Handle the form with the address to file

    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;

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: [DELPHI] Handle the form with the address to file

    Moved From The CodeBank (which for sharing code with other members rather than posting questions )

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width