Forum: Add-ins for Outlook
October 16th 08, 03:16 PM Posted to microsoft.public.developer.outlook.addins,microsoft.public.office.developer.com.add_ins,microsoft.public.outlook.program_addins
|
Replies: 14
Views: 1,351
Icons disapear from a CommanBar
Hi Ken,
it seems you did miss the fact that my problem was solved.
It was a timing problem and could be fixed with a ::Sleep().
I think it is related to multi-core, multi-processor issues.
Thanks...
|
Forum: Add-ins for Outlook
June 5th 08, 04:01 PM Posted to microsoft.public.developer.outlook.addins,microsoft.public.office.developer.com.add_ins,microsoft.public.outlook.program_addins
|
Replies: 14
Views: 1,351
Icons disapear from a CommanBar
Hello Jialiang,
thank you for the help.
I'm writing to check whether the icon-bmp conversion method in my last
reply help you or not. If you need my help to translate those VB code
...
|
Forum: Add-ins for Outlook
May 29th 08, 02:24 PM Posted to microsoft.public.developer.outlook.addins,microsoft.public.office.developer.com.add_ins,microsoft.public.outlook.program_addins
|
Replies: 14
Views: 1,351
Icons disapear from a CommanBar
Heallo Jialiang,
thanks for your extensive posts on my issue.
test it. Based on my experience, Thomas, I feel the problem may lie in
your code line:
hIcon = theApp.CRL_GetIcon(lIcon,...
|
Forum: Add-ins for Outlook
May 29th 08, 10:01 AM Posted to microsoft.public.developer.outlook.addins,microsoft.public.office.developer.com.add_ins,microsoft.public.outlook.program_addins
|
Replies: 14
Views: 1,351
Icons disapear from a CommanBar
Hi Eric.
Are they using Outlook 2000? You cannot load custom icons in add-ins for
that version, such as those loaded from a file or a resource file. You
need to use the CopyFace and...
|
Forum: Add-ins for Outlook
May 28th 08, 04:22 PM Posted to microsoft.public.developer.outlook.addins,microsoft.public.office.developer.com.add_ins,microsoft.public.outlook.program_addins
|
Replies: 14
Views: 1,351
Icons disapear from a CommanBar
Hi all,
I have a problem with an Outllok AddIn.
Our AddIn creates a CommandBar and adds some buttons to it.
Depending on the context of the user actions (ie which message type is
highlighted, is a...
|