Re: get icon of a running process
Re: get icon of a running process
- Subject: Re: get icon of a running process
- From: Edison Thomaz <email@hidden>
- Date: Mon, 24 Nov 2003 08:00:26 -0800
Hi there,
You can get the icon of an app like this....
NSString* appPath = [[NSWorkspace sharedWorkspace]
fullPathForApplication: @"AppName"];
NSImage* appImage = [[NSWorkspace sharedWorkspace] iconForFile:
appPath];
Thomaz
On Nov 24, 2003, at 6:53 AM, email@hidden wrote:
>
>
Message: 3
>
Date: Mon, 24 Nov 2003 01:14:37 -0800
>
Subject: get icon of a running process
>
From: Tavis <email@hidden>
>
To: email@hidden
>
>
Hi,
>
>
I am trying to figure out the best way to get the icon of a running
>
process.
>
>
Any suggestions or code samples would be great!
>
>
Thanks.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.