Hi people,
I have a few VERY URGENT questions - sorry for being so
demanding...
I am finishing an MC app (2.3.2) that will run on Mac & Win
and will be distributed on a CD-ROM.
QUESTION 1 :
At the some point, the app will need to launch the default browser
to open an HTML file located on one of the local volumes (CD-ROM
or HD).
On Windows, I can get the default browser by checking :
get queryRegistry("HKEY_CLASSES_ROOT\http\shell\open\command\")
and on Mac, I can launch the defaut browser with the following line :
send "http:" & "www.yahoo.com" to program "Finder" with "GURLGURL"
BUT how can I open the HTML file on a local volume ? In other words,
how can I get the filepath of the browser app that has just been
launched ?
Or the list of the currently opened apps (without using an external...)
?
QUESTION 2 :
On Mac, when launching the local defaut mail client with the line :
send "mailto:" & "[EMAIL PROTECTED]" to program "Finder" with "GURLGURL"
how can I fill other fields (like CC: or body) within the same command ?
Same question for Windows.
QUESTION 3 :
how can I get the mail server name / IP used by the local defaut email
client ?
Thank you so much for your time.
JB
P.S. : I know that some (if not all) of the above issues could be
adressed /
bypassed by using MC 2.4, but I'm running out of time to switch to the
new
version...
P.S. 2 : thanks a lot to all people who offered solutions to my "sending
emails"
request of last week...
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.