|
Search Tech-Forums - link takes you to our Forum's search page. Note: The following is only a text archive! To view the actual forum discussion, please visit our website at http://www.tech-forums.net Pages:1 How do I access menu commands in one program from a Delphi Form?(Click here to view the original thread with full colors/images)Posted by: Neophyte185 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. Posted by: Iron_Cross This should probably be in the actual programming section, not in the tips/tricks section. vBulletin Copyright ©2000 - 2003, Jelsoft Enterprises Limited. PPC Management vB Easy Archive Final - Created by Xenon |