Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 63
Default API call to replace taskbar icon

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?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default API call to replace taskbar icon

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" 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?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 63
Default API call to replace taskbar icon

On Jan 27, 4:56 am, "Carl Hartness" 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Win7 and Excel07 - Items appear in NEW Excel Taskbar icon not Exis tomhass Excel Discussion (Misc queries) 0 November 16th 09 03:18 PM
'Show Desktop' taskbar icon Ross Excel Discussion (Misc queries) 9 January 29th 08 06:13 PM
Clicking Taskbar Icon will start macro Kryer Excel Programming 0 January 17th 06 02:40 AM
Also minimize Excel by clicking taskbar icon without files open. ExcelDog Excel Discussion (Misc queries) 3 July 26th 05 06:43 PM
Replace Standard XL workbook icon hglamy[_2_] Excel Programming 1 October 24th 03 05:49 PM


All times are GMT +1. The time now is 08:08 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"