|
-
November 26th, 2003, 12:03 AM
#1
Get Icon from other application.
HICON LoadIcon(
HINSTANCE hInstance, // handle to application instance
LPCTSTR lpIconName // icon-name string or icon resource
// identifier
);
Hi, I want to use LoadIcon function to get the icon from other application, I can provide the hInstance, but how can I know the icon's name?
Thank you!
How can taskmgr.exe retrieve those running application's icon?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|