![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi,
I need to add a new panel to the email window, ideally it is a sliding panel. Any idea whether it is possible? Where should I look into? Googling does not return much useful information at this point. Thanks a lot. |
Ads |
#2
|
|||
|
|||
![]()
What version of Outlook? If this is 2007 or later you can use a Custom Task
Pane. But that would be visible or not, it wouldn't slide. You can use the Add-In Express framework to add additional panels to Outlook 2000 or later but I'm not sure about sliding, I don't think so. Finally, you can do your own Win32 API hacking and do all the plumbing on your own, see http://www.codeproject.com/KB/office...l_Outlook.aspx for a starter for that. This is pretty much what the Add-In Express people have done already with their code framework, but if you do all the plumbing yourself you can design things the way you want. -- 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 "Fang" wrote in message ... Hi, I need to add a new panel to the email window, ideally it is a sliding panel. Any idea whether it is possible? Where should I look into? Googling does not return much useful information at this point. Thanks a lot. |
#3
|
|||
|
|||
![]()
Hi Kevin,
Thanks a lot. I am going that way. Fang On May 21, 6:32*am, "Ken Slovak - [MVP - Outlook]" wrote: What version of Outlook? If this is 2007 or later you can use a Custom Task Pane. But that would be visible or not, it wouldn't slide. You can use the Add-In Express framework to add additional panels to Outlook 2000 or later but I'm not sure about sliding, I don't think so. Finally, you can do your own Win32 API hacking and do all the plumbing on your own, seehttp://www.codeproject.com/KB/office/additional_panel_Outlook.aspxfor a starter for that. This is pretty much what the Add-In Express people have done already with their code framework, but if you do all the plumbing yourself you can design things the way you want. -- 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2007 - email sent - window remains in explorer but not visible in taskmanager 20080823 Outlook - Staying window after message sent (cropped).jpg (1/1) | Jiri Pik | Outlook - General Queries | 3 | August 31st 08 07:48 AM |
Editing email addresses | R4010S | Outlook - Using Contacts | 1 | December 27th 07 12:36 PM |
OL2007: editing email in Outbook before sending breaks the email | [email protected] | Outlook - General Queries | 1 | September 24th 07 04:44 PM |
No new email sounds, checked all the right boxes in OE and new mail notification in control panel!!! | Sandy | Outlook Express | 9 | May 23rd 06 12:22 PM |
Wrapping problem after editing email | Beemer | Outlook - General Queries | 1 | March 8th 06 10:20 AM |