View Single Post
  #2   Report Post  
Posted to comp.lang.c++,microsoft.public.excel.programming
Howard Howard is offline
external usenet poster
 
Posts: 1
Default Accessing the Systray; what language/function does this?


"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