![]() |
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
|
|||
|
|||
![]()
Hello,
a customer wants to use his custom address book component from within Outlook 2003 instead of the default one. His address book should be launched if a user clicks the TO: or CC: button. There are several different ways to open the default address book, and he wants to be able to use his solution from all possible places. But it would help if the mentioned buttons change their behavior. Thanks! Michael M |
#2
|
|||
|
|||
![]()
The Outlook object model provides no way to change the behavior of the buttons to show a different dialog. Maybe it can be done at the Windows API level -- watching for the standard dialog and then suppressing and replacing it.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Michael Mueller" wrote in message ... Hello, a customer wants to use his custom address book component from within Outlook 2003 instead of the default one. His address book should be launched if a user clicks the TO: or CC: button. There are several different ways to open the default address book, and he wants to be able to use his solution from all possible places. But it would help if the mentioned buttons change their behavior. Thanks! Michael M |
#3
|
|||
|
|||
![]()
This means a CBT hook would be the only way to catch the dialog creation and
call another dialog instead. I hoped there would be a simple solution.. Thank you for making this clear Michael "Sue Mosher [MVP-Outlook]" wrote: The Outlook object model provides no way to change the behavior of the buttons to show a different dialog. Maybe it can be done at the Windows API level -- watching for the standard dialog and then suppressing and replacing it. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Michael Mueller" wrote in message ... Hello, a customer wants to use his custom address book component from within Outlook 2003 instead of the default one. His address book should be launched if a user clicks the TO: or CC: button. There are several different ways to open the default address book, and he wants to be able to use his solution from all possible places. But it would help if the mentioned buttons change their behavior. Thanks! Michael M |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Address Book Form changes | gene | Outlook and VBA | 1 | October 12th 06 06:44 PM |
Creating Custom Mail Form | Sam | Outlook - Using Forms | 3 | September 19th 06 07:40 PM |
? posting an item from Address Book [Global Address List] to a specific form and folder | luckily | Outlook - Using Forms | 3 | September 11th 06 10:01 PM |
How do I put a hyperlink to a web address in a custom form? | Janet | Outlook - Using Forms | 2 | April 29th 06 03:25 PM |
How to get my custom e-mail form to get out of my Outbox? | Nat | Outlook - Using Forms | 7 | March 17th 06 07:53 PM |