Forum: Add-ins for Outlook
May 19th 09, 04:16 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 526
XP Themes in Delphi 2009 Add-in - solved
I have done a similar hack in Controls.pas and it works OK with message
boxes
procedure TWinControl.CreateHandle;
var
I: Integer;
//
Buffer : array[0..MAX_PATH] of Char;
act : TActCTXA;
...
|
Forum: Add-ins for Outlook
May 19th 09, 12:45 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 526
XP Themes in Delphi 2009 Add-in
Hi
I am trying to move to Delphi 2009 my exisitng Add-in written in Delphi
2006 - to support unicode.
There was a hack in Controls.pas to make Message boxes support XP Themes,
but I cannot make...
|
Forum: Add-ins for Outlook
May 22nd 07, 12:58 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 595
Vista/Outlook 2007 - cannot replace Addin DLL
Hi
I am experiencing a strange problem with Outlook Add-in on WindowsVista
Before Vista to update my add-in I could replace Add-in DLL file with a
newer version
Now I cannot do it
Something...
|
Forum: Add-ins for Outlook
December 5th 06, 01:45 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 9
Views: 1,197
|
Forum: Add-ins for Outlook
December 3rd 06, 11:12 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 9
Views: 1,197
|
Forum: Add-ins for Outlook
December 3rd 06, 11:10 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 9
Views: 1,197
|
Forum: Add-ins for Outlook
December 1st 06, 06:18 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 9
Views: 1,197
|
Forum: Add-ins for Outlook
December 1st 06, 04:28 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 9
Views: 1,197
|
Forum: Add-ins for Outlook
November 3rd 06, 05:19 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 923
User Account Control and Add-in install
As a COM library it creates entries in HKLM
When I install ANY Outlook Add-in, Outlook registers Add-in in AddIns key:
HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\AddIns\
If this is what...
|
Forum: Add-ins for Outlook
November 2nd 06, 11:10 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 923
|
Forum: Add-ins for Outlook
November 2nd 06, 02:31 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 923
|
Forum: Add-ins for Outlook
August 29th 06, 04:28 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 7
Views: 212
No PR_EMAIL_ADDRESS for recipient?
Just to remind the problem
If I create a new email and start typing email address in To, Outlook
suggests some emails in a popup
Most emails look like Slava Barouline email@com , but sme have...
|
Forum: Add-ins for Outlook
August 21st 06, 07:42 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 7
Views: 212
No PR_EMAIL_ADDRESS for recipient?
I do MailItem.Save in the code, but it dosn't seem to help.
If I press button in OutlookSpy, it works OK - I can see PR_EMAIL_ADDRESS
fine.
Maybe doing MailItem.Save is not enough?
Sometimes...
|
Forum: Add-ins for Outlook
July 17th 06, 03:03 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 7
Views: 212
|
Forum: Add-ins for Outlook
July 14th 06, 05:04 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 7
Views: 212
No PR_EMAIL_ADDRESS for recipient?
I noticed something strange when testing my Outlook Add-in
If I create a new email in Outlook 2003 and start to type some email
address, a blue drop-down appears and helps me to complete the...
|