K
KarthikonIT via OfficeKB.com
Hi,
I m Creating a plugin for MS Outlook.
I have added Button to New email window(ie. the window that
is opened when an email is double clicked)
But when i tried add an Image to this Button is not showing up..
Adding Image:
1. Filling up the "PICTDESC" struct with appropriate bmp details
2. Obtained "IPictureDispPtr" by passing ""PICTDESC"
OleCreatePictureIndirect API.
3. Office::_CommandBarButtonPtr->PutPicture, then Office::
_CommandBarButtonPtr->PutPicture
This technique works great for adding images to buttons in Explorer & New
email window(ie. the window that
is opened when an email is double clicked) in 2003 and in Explorer window for
2007.
Ques:
Is not possible to add image to the button in New email window in 2007.
If yes what needs to be done..
Thanks in Advance.
I m Creating a plugin for MS Outlook.
I have added Button to New email window(ie. the window that
is opened when an email is double clicked)
But when i tried add an Image to this Button is not showing up..
Adding Image:
1. Filling up the "PICTDESC" struct with appropriate bmp details
2. Obtained "IPictureDispPtr" by passing ""PICTDESC"
OleCreatePictureIndirect API.
3. Office::_CommandBarButtonPtr->PutPicture, then Office::
_CommandBarButtonPtr->PutPicture
This technique works great for adding images to buttons in Explorer & New
email window(ie. the window that
is opened when an email is double clicked) in 2003 and in Explorer window for
2007.
Ques:
Is not possible to add image to the button in New email window in 2007.
If yes what needs to be done..
Thanks in Advance.