How do I access menu commands in one program from

delphi United States
  • 7 years ago
    I am a neophyte programmer.  I have figured out how to generate a simple Delphi 7 form with a button in it which will run an executable.  

    procedure TForm1.Button1Click(Sender: TObject);
       begin
          ShellExecute(Form1.Handle, 'open', 'c:\E3238s\bin\E3238s.exe', nil, nil, SW_SHOWNORMAL);
       end;
    end.

    My problem is I need to know how to access the menus that are a part of this executable.  For example how would I access the FILE menu in order to select EXIT.

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil.” - Donald Knuth