![]() |
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 am writing an Outlook add-in in C#.Net, and would like to put an entry box
and button for searching in my custom toolbar, similar to popular desktop search programs. CommandBarComboBox (both msoControlComboBox and msoControlEdit) only support the Change event, which fires when the user presses Enter (or Tab?). The field clears when focus leaves the edit box, which means that you can't put a button to the right which fetches the text value from the entry box (I think you get the previously-accepted value back). So, I can understand if MSN Search can do things that we can't, because they are Microsoft (http://toolbar.msn.com/). The Yahoo Desktop Search add-in does not put a button on their entry box, probably because they can't figure it out either (http://desktop.yahoo.com/features). However, Google Desktop Search's add-in does put a button to the right of the entry box (http://desktop.google.com/features.html#outlook). How are they doing it? More importantly, how can I do it?!? Michael |
#2
|
|||
|
|||
![]()
Hi Michael,
If you install for example the Google toolbar, you'll see there is a buggy behaviour there too. We have an article about how to solve this issue but it uses some Win32/C++ knowledge since with the standard Outlook controls is not possible: Outlook Addin: Implements a tailored Textbox: http://www.nektra.com/downloads.php Hope this helps. Regards, Sebastian -- http://www.nektra.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
filter not applied when searching tasks | Graeme | Outlook - Calandaring | 3 | March 8th 06 02:33 PM |
searching for meetings with invited attendees | paul | Outlook - Calandaring | 0 | March 7th 06 11:43 AM |
searching personel folders with subfolders ticked not finding contacts etc | Tim | Outlook - General Queries | 0 | February 8th 06 01:31 AM |
Searching Contacts and sub folders | MCA | Outlook - Using Contacts | 2 | January 19th 06 08:26 AM |
How to display PO Box field in Business Address Box from contact | Sue Mosher [MVP-Outlook] | Outlook - Using Contacts | 0 | January 18th 06 05:01 PM |