![]() |
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
|
|||
|
|||
![]()
I'm trying to figure out how to add a button that can be clicked from the
Advanced Find window. My add-in looks at the items selected and sets a category. The problem is the commandbar that I added to the standard menu bar using the code below only shows on the Standard toolbar of course! I also need it to show somewhere in Advanced Find. Set moCBMeow = moApp.ActiveExplorer.CommandBars.Item("Standard"). Controls.Add(msoControlButton, , "890", , True) I've been able to create an Outlook 2003 add-in using a bunch of great info from outlookcode.com and microeye.com... using VB 6. Anyone know how I could add a toolbar, menu bar, command bar, or context menu that would show on the Advanced Find window?? I've been trying to figure this out for a week!! ![]() |
Ads |
#2
|
|||
|
|||
![]()
You can't do that. The Advanced Find window doesn't expose any interfaces.
-- 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 "Paul D." Paul wrote in message ... I'm trying to figure out how to add a button that can be clicked from the Advanced Find window. My add-in looks at the items selected and sets a category. The problem is the commandbar that I added to the standard menu bar using the code below only shows on the Standard toolbar of course! I also need it to show somewhere in Advanced Find. Set moCBMeow = moApp.ActiveExplorer.CommandBars.Item("Standard"). Controls.Add(msoControlButton, , "890", , True) I've been able to create an Outlook 2003 add-in using a bunch of great info from outlookcode.com and microeye.com... using VB 6. Anyone know how I could add a toolbar, menu bar, command bar, or context menu that would show on the Advanced Find window?? I've been trying to figure this out for a week!! ![]() |
#3
|
|||
|
|||
![]()
Thanks for the response Ken. One last question...
Since with a macro you can customize and drag and drop an icon on the Advanced Find menu bar, is there a way to manually get my added commandbar to drag and drop like a macro? At the moment, when I click customize on I don't see my toolbar item as something listed... is this because it was dynamically created? "Ken Slovak - [MVP - Outlook]" wrote: You can't do that. The Advanced Find window doesn't expose any interfaces. -- 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 "Paul D." Paul wrote in message ... I'm trying to figure out how to add a button that can be clicked from the Advanced Find window. My add-in looks at the items selected and sets a category. The problem is the commandbar that I added to the standard menu bar using the code below only shows on the Standard toolbar of course! I also need it to show somewhere in Advanced Find. Set moCBMeow = moApp.ActiveExplorer.CommandBars.Item("Standard"). Controls.Add(msoControlButton, , "890", , True) I've been able to create an Outlook 2003 add-in using a bunch of great info from outlookcode.com and microeye.com... using VB 6. Anyone know how I could add a toolbar, menu bar, command bar, or context menu that would show on the Advanced Find window?? I've been trying to figure this out for a week!! ![]() |
#4
|
|||
|
|||
![]()
User created toolbars/menus can't be used when you have the Customize dialog
open. -- 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 "Paul D." wrote in message ... Thanks for the response Ken. One last question... Since with a macro you can customize and drag and drop an icon on the Advanced Find menu bar, is there a way to manually get my added commandbar to drag and drop like a macro? At the moment, when I click customize on I don't see my toolbar item as something listed... is this because it was dynamically created? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
printing advanced find results in Outlook 2007 | Richard Mitnick | Outlook - Using Contacts | 13 | July 8th 09 11:20 PM |
Outlook 2007 Advanced Find prints only partially with Table Style | John Gartee | Outlook - Calandaring | 7 | October 4th 07 03:25 PM |
Advanced Find not finding all - have to repeat find many times | CraiginNJ | Outlook - General Queries | 3 | September 18th 07 04:59 AM |
question how to get the outlook advanced find dialog and QueryRestriction restriction | roger | Add-ins for Outlook | 3 | November 27th 06 03:03 PM |
Outlook 2003 - Advanced find - Search finds items several years old.... | [email protected] | Outlook - Calandaring | 0 | June 22nd 06 11:44 PM |