Open (1) File ...

Hi, I have a TButton on my main

form as I want to open the file

"Help.txt" How do i do...?

I`t is a type of help document!


Comments

  • : Hi, I have a TButton on my main

    : form as I want to open the file

    : "Help.txt" How do i do...?

    : I`t is a type of help document!

    :

    Open with external editor:


    ShellExecute(Handle,'open','Help.txt','','',SW_SHOWNORMAL);



    or open in your application:


    Memo1.Lines.LoadFromFile('Help.txt');






Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories