Re: How to add button on Mail editor which is not outlook.??
- From: Ashok <Ashok@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 28 Jan 2008 08:22:00 -0800
Hi Ken,
Sorry for the unclear msg. I've added my own custom tab to outlook. Inside
that, I'm not able to see my images with the folg code changes. Kindly guide
me to resolve this issue.(To display the image to the command button)
XML:
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="false">
<tabs>
<tab id="My.Tab" label="MY" visible="1">
<group id="My.Group" label="MyGroup" visible="1">
<button id="ADD"
label="ADDING"
screentip="ADDING TWO VALUES "
size="normal"
onAction="ADDING"
getimage="cmdImage" />
</group></tab></tabs></ribbon></customUI>
VB Code :
Public Function cmdImage(ByVal control As office.IRibbonControl) As
IPictureDisp
SET GetImage = LoadResPicture(101, vbResBitmap)
End Function
Others:
My resolution file(.res) contains the bitmap pic.
Regards
Ashokkumar
"Ken Slovak - [MVP - Outlook]" wrote:
What do you mean by "able to see mso images only"?.
What solution did you implement and how?
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Ashok" <Ashok@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E829A55C-1B0A-4F71-8C7E-A0C644D2529A@xxxxxxxxxxxxxxxx
Hi Ken,
I've found the solution, but have an issue. I'm unable to see my image in
my
custom command bar. Any thoughts. I'm able to see the mso images only.
Thanks & Regards
Ashokkumar P
- Follow-Ups:
- Re: How to add button on Mail editor which is not outlook.??
- From: Ken Slovak - [MVP - Outlook]
- Re: How to add button on Mail editor which is not outlook.??
- References:
- Re: How to add button on Mail editor which is not outlook.??
- From: Ashok
- Re: How to add button on Mail editor which is not outlook.??
- From: Ken Slovak - [MVP - Outlook]
- Re: How to add button on Mail editor which is not outlook.??
- From: Ashok
- Re: How to add button on Mail editor which is not outlook.??
- From: Ken Slovak - [MVP - Outlook]
- Re: How to add button on Mail editor which is not outlook.??
- From: Ken Slovak - [MVP - Outlook]
- Re: How to add button on Mail editor which is not outlook.??
- From: Ashok
- Re: How to add button on Mail editor which is not outlook.??
- From: Ken Slovak - [MVP - Outlook]
- Re: How to add button on Mail editor which is not outlook.??
- From: Ashok
- Re: How to add button on Mail editor which is not outlook.??
- From: Ashok
- Re: How to add button on Mail editor which is not outlook.??
- From: Ken Slovak - [MVP - Outlook]
- Re: How to add button on Mail editor which is not outlook.??
- Prev by Date: Re: How to add button on Mail editor which is not outlook.??
- Next by Date: Re: How to add button on Mail editor which is not outlook.??
- Previous by thread: Re: How to add button on Mail editor which is not outlook.??
- Next by thread: Re: How to add button on Mail editor which is not outlook.??
- Index(es):
Loading