realbasic-nug
[Top] [All Lists]

Re: How to open a powerpoint-file in REALbasic?

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: How to open a powerpoint-file in REALbasic?
From: jeb eddy <jebeddy at ix dot netcom dot com>
Date: Tue, 26 Feb 2002 09:39:51 -0800
Isn' that a little overkill? Wouldn't

dim f as FolderItem

f = GetOpenFolderItem("application/powerpoint")
if f<>nil then
   f.Launch
end if

suffice?

Cheers,
   Frank+++

I have never understood what the "application" part of the parameter string means or does. Could someone point me to something in the on-line docs, or post a brief explanation?

thx,

jeb eddy


<Prev in Thread] Current Thread [Next in Thread>