| |
| Executing and application by extention. |
 |
How can I execute the application that is associated with a file
extension?
Use the ShellAPI function ShellExecute(). Example: uses ShellAPI; procedure TForm .Button Click(Sender: TObject);
var
DocFileName : string;
DocFileDir : string;
begin
DocFileName := 'C:\DownLoad\somefile.htm';
DocFileDir := ExtractFileDir(DocFileName);
ShellExecute(Form .Handle,
nil,
pChar(DocFileName),
nil,
pChar(DocFileDir),
SW_SHOWNORMAL);
end;
7/ 6/98 4:3 :28 PM
|
|
| Hits/month |
2,500,000+ |
Downloads (Since May 2000) |
7,393,709 |
| Total Files |
6,023 |
| Forum msgs |
7,670 |
| Articles/FAQs |
70+/900+ |
Top Selling Software at Amazon
|