dev.emsdn.com

Join About
Home SITEMAP Most Recent

Delphi

Home »» Delphi [Programming]
Thread Profile: Need procedure to run/call 'someprog.exe' .


Need procedure to run/call 'someprog.exe' .

By sorta like I meant, you could group icons by catagory, ie
Windows,Imaging,Programing,Drawing ect. The list will replace the icons.
I can't find a reference to ShellExicute. I'm using Delphi 7.
Bill
Where did Windows 3.1 use drop-down lists where we use icons today?


total 2 Comments Similar Thread
  • 2Answer
  • Total

at [2008-5-6 3:35:58]


ShellExecute (no "I" in that word), in the Windows API help.

Message
From: delphi-en (AT) yahoogroups (DOT) com [mailto:delphi-en (AT) yahoogroups (DOT) com]
Behalf Bill Drummond
Sent: Tuesday, February 13, 2007 2:20 AM
To: delphi-en (AT) yahoogroups (DOT) com
Subject: [delphi-en] Re: Need procedure to run/call 'someprog.exe' .

By sorta like I meant, you could group icons by catagory, ie
Windows,Imaging,Programing,Drawing ect. The list will replace the icons.
I can't find a reference to ShellExicute. I'm using Delphi 7.
Bill

Where did Windows 3.1 use drop-down lists where we use icons today?


  • 1No.

at [2008-5-6 3:37:09]


Bill Drummond wrote:
By sorta like I meant, you could group icons by catagory, ie
Windows,Imaging,Programing,Drawing ect. The list will replace the icons.

Still don't know what you're talking about. Program Manager was an MDI
program. Each window represented a different program group, and within
each group were icons for the programs or files you could run. Windows 95
replaced the Program Manager MDI child windows with a menu, where each
group of programs appeared as a list in a submenu.

I can't find a reference to ShellExicute. I'm using Delphi 7.

It helps if you spell it right. :)


  • 2No.