Home |
Search |
Today's Posts |
|
#1
![]()
Posted to comp.lang.c++,microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to put an icon in the systray. I don't think VBA does this.
Is there a VC++ or C++ Function or Sub that I can declare that will allow me to create a systray icon (or is it windows_notification_area)? Thanks in advance, Yo. |
#2
![]()
Posted to comp.lang.c++,microsoft.public.excel.programming
|
|||
|
|||
![]() "Yo" wrote in message ... I want to put an icon in the systray. I don't think VBA does this. Is there a VC++ or C++ Function or Sub that I can declare that will allow me to create a systray icon (or is it windows_notification_area)? Thanks in advance, Yo. It can be done from any language, provided you can make calls to the Windows API. But ask in a windows newsgroup. That's where you'll find windows-related answers. -Howard |
#3
![]()
Posted to comp.lang.c++,microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks. I only have a tiny grasp of a VB, and because of the minmal
documentation regarding API in the Help file, I assumed that any calls to the API had to be done in C++. I assumed that's what this newsgroup was. Thanks for guiding me, I'll look elsewehre. Yo. "Howard" wrote in message ... "Yo" wrote in message ... I want to put an icon in the systray. I don't think VBA does this. Is there a VC++ or C++ Function or Sub that I can declare that will allow me to create a systray icon (or is it windows_notification_area)? Thanks in advance, Yo. It can be done from any language, provided you can make calls to the Windows API. But ask in a windows newsgroup. That's where you'll find windows-related answers. -Howard |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See on line help for the Declare statement. This lets you
declare the API functions you want to use. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Yo" wrote in message ... Thanks. I only have a tiny grasp of a VB, and because of the minmal documentation regarding API in the Help file, I assumed that any calls to the API had to be done in C++. I assumed that's what this newsgroup was. Thanks for guiding me, I'll look elsewehre. Yo. "Howard" wrote in message ... "Yo" wrote in message ... I want to put an icon in the systray. I don't think VBA does this. Is there a VC++ or C++ Function or Sub that I can declare that will allow me to create a systray icon (or is it windows_notification_area)? Thanks in advance, Yo. It can be done from any language, provided you can make calls to the Windows API. But ask in a windows newsgroup. That's where you'll find windows-related answers. -Howard |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Chip!
"Chip Pearson" wrote in message ... See on line help for the Declare statement. This lets you declare the API functions you want to use. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Yo" wrote in message ... Thanks. I only have a tiny grasp of a VB, and because of the minmal documentation regarding API in the Help file, I assumed that any calls to the API had to be done in C++. I assumed that's what this newsgroup was. Thanks for guiding me, I'll look elsewehre. Yo. "Howard" wrote in message ... "Yo" wrote in message ... I want to put an icon in the systray. I don't think VBA does this. Is there a VC++ or C++ Function or Sub that I can declare that will allow me to create a systray icon (or is it windows_notification_area)? Thanks in advance, Yo. It can be done from any language, provided you can make calls to the Windows API. But ask in a windows newsgroup. That's where you'll find windows-related answers. -Howard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to change German language data into Eglish Language in a colum | Excel Discussion (Misc queries) | |||
language support in excel sheet using a third party language tool | Excel Worksheet Functions | |||
Accessing a Function | Excel Discussion (Misc queries) | |||
System doesn't load Systray | Excel Discussion (Misc queries) | |||
Can vba put an icon in the systray? | Excel Programming |