PC Review


Reply
Thread Tools Rate Thread

API call to replace taskbar icon

 
 
Carl Hartness
Guest
Posts: n/a
 
      27th Jan 2007
I have the API calls to identify and replace the icon in the upper left
corner of the Excel application. What are the API calls to identify
and replace the icon in the taskbar button?

 
Reply With Quote
 
 
 
 
ivanmoala@xtra.co.nz
Guest
Posts: n/a
 
      27th Jan 2007
You may need to SHOW / HIDE the Excel Application to force it to
refresh

ShowWindow hdlXlMain, 0
SendMessage32 hdlXlMain, &H80, 1, hdlNewIcon
ShowWindow hdlXlMain, 5


API declaration for ShowWindow

Private Declare Function ShowWindow _
Lib "user32" ( _
ByVal hWnd As Long, _
ByVal nCmdShow As Long) _
As Long


On Jan 27, 11:56 pm, "Carl Hartness" <carlhartn...@comcast.net> wrote:
> I have the API calls to identify and replace the icon in the upper left
> corner of the Excel application. What are the API calls to identify
> and replace the icon in the taskbar button?


 
Reply With Quote
 
Carl Hartness
Guest
Posts: n/a
 
      1st Mar 2007
On Jan 27, 4:56 am, "Carl Hartness" <carlhartn...@comcast.net> wrote:
> I have the API calls to identify and replace the icon in the upper left
> corner of the Excel application. What are the API calls to identify
> and replace the icon in the taskbar button?


I figured out the API calls to change icons on the application and on
the taskbar, if anyone ever wants to know.

Carl.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Taskbar issues - missing power meter, network icon, and sound icon The Shadow Windows Vista General Discussion 5 27th Apr 2009 10:03 PM
Re: IE7 icon not available as a desktop icon?/Right click taskbar>toolbars>address Chad Harris Windows Vista Installation 0 20th Dec 2006 01:47 AM
remove aol taskbar icon and aim taskbar how? TBLUHP Windows XP General 2 28th Aug 2006 08:50 PM
How do you get an icon to replace the standard IE icon in browser? =?Utf-8?B?QmV2ZXJseS1UZXhhcw==?= Microsoft Frontpage 2 2nd Jun 2006 09:18 PM
How to replace taskbar icon? John Smith Printers 3 26th Nov 2004 08:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:09 PM.