Computers |
|
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Newb Techie Join Date: Jul 2005
Posts: 3
| 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. |
| | |
| | #2 (permalink) |
| Ultra Techie | This should probably be in the actual programming section, not in the tips/tricks section.
__________________ ![]() See today\'s Penny-Arcade!(May contain foul lanuage) Pain is weakness leaving the body. PM Me for my MSN |
| | |