Re: launching an application from our application
Re: launching an application from our application
- Subject: Re: launching an application from our application
- From: Vince DeMarco <email@hidden>
- Date: Thu, 6 Sep 2001 22:19:17 -0700
On Thursday, September 6, 2001, at 09:30 pm, Sam Goldman wrote:
Annie
RTFM, Check NSWorkspace.
I like OmniWeb (written, impressively, entirely in cocoa), however, not
everyone will have it. There must be a way to get the default browser for
ultimate compatibility. I think I saw it in this list, too. Someone more
informed that I could tell you that.
On Thursday, September 6, 2001, at 09:11 PM, Annie Felix wrote:
Hi
1.Is it possible to launch another application via
program.I ie.,I have an application which requires
that Internet Explorer to be launched.Can it be done.?
2.Is there any browser other than IE which can be
integrated with our application?
Use
- (BOOL)openURL:(NSURL *)url;
in NSWorkspace
see the documentation here:
http://developer.apple.com/techpubs/macosx/Cocoa/Reference/ApplicationKit/
ObjC_classic/Classes/NSWorkspace.html
or on your machine.
vince