Click here to Skip to main content
15,907,001 members
Home / Discussions / C#
   

C#

 
GeneralRe: SendInput Citrix Alt and Ctrl Keys Pin
Heath Stewart27-Jul-04 4:03
protectorHeath Stewart27-Jul-04 4:03 
GeneralRe: SendInput Citrix Alt and Ctrl Keys Pin
GTWebb28-Jul-04 4:25
GTWebb28-Jul-04 4:25 
GeneralRe: SendInput Citrix Alt and Ctrl Keys Pin
Heath Stewart28-Jul-04 4:43
protectorHeath Stewart28-Jul-04 4:43 
GeneralRe: SendInput Citrix Alt and Ctrl Keys Pin
GTWebb28-Jul-04 13:18
GTWebb28-Jul-04 13:18 
GeneralFull Screen Notification. Pin
LokiSD26-Jul-04 2:22
LokiSD26-Jul-04 2:22 
GeneralRe: Full Screen Notification. Pin
Heath Stewart26-Jul-04 10:39
protectorHeath Stewart26-Jul-04 10:39 
Generaladd item to Outlooks contactmenu Pin
Stephan Wright26-Jul-04 1:41
Stephan Wright26-Jul-04 1:41 
GeneralRe: add item to Outlooks contactmenu Pin
Heath Stewart26-Jul-04 10:54
protectorHeath Stewart26-Jul-04 10:54 
You should start by reading Outlook 2003 Technical Articles[^]. You use the DTE (design-time environment) plus the Office interop assemblies (with Office 2003, these come with Professional and larger; for Office XP the official PIAs can be downloaded from http://msdn.microsoft.com[^]) to extend the UI with context menus.

This is for COM-like behavior, though. It's a poor design to just start your application and expect to pass data to it. The command line is pretty much out, unless you want to pass a moniker to the Contact in Outlook with your application then uses. That wouldn't be an easy task, however. DDE is out-dated. The best way is to expose your .NET application as a COM server and do it the right way - the same way as other interoperable applications do with Office (in fact, it's how you're using the Office APIs in .NET or any other environment).

There's lots of documentation in MSDN[^] about all this. Search for articles about extending Office with .NET. While you may not find any specifically for Outlook, there are a lot for Word and Excel that are very similar in nature.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: add item to Outlooks contactmenu Pin
Stephan Wright26-Jul-04 12:45
Stephan Wright26-Jul-04 12:45 
GeneralRe: add item to Outlooks contactmenu Pin
Heath Stewart26-Jul-04 13:38
protectorHeath Stewart26-Jul-04 13:38 
GeneralRe: add item to Outlooks contactmenu Pin
Heath Stewart26-Jul-04 19:01
protectorHeath Stewart26-Jul-04 19:01 
GeneralCustom ListView - XP theme Pin
Andy H26-Jul-04 1:06
Andy H26-Jul-04 1:06 
GeneralRe: Custom ListView - XP theme Pin
Heath Stewart26-Jul-04 11:21
protectorHeath Stewart26-Jul-04 11:21 
GeneralCustom ListView - XP theme Pin
Andy H26-Jul-04 1:06
Andy H26-Jul-04 1:06 
GeneralDrawing Control Pin
blankg25-Jul-04 23:47
blankg25-Jul-04 23:47 
GeneralRe: Drawing Control Pin
Gary Thom26-Jul-04 7:19
Gary Thom26-Jul-04 7:19 
QuestionOutlook - right part of the window? Pin
BillyBlue25-Jul-04 23:11
BillyBlue25-Jul-04 23:11 
AnswerRe: Outlook - right part of the window? Pin
Heath Stewart26-Jul-04 11:20
protectorHeath Stewart26-Jul-04 11:20 
GeneralRe: Outlook - right part of the window? Pin
BillyBlue27-Jul-04 3:03
BillyBlue27-Jul-04 3:03 
GeneralRe: Outlook - right part of the window? Pin
Heath Stewart27-Jul-04 5:44
protectorHeath Stewart27-Jul-04 5:44 
GeneralRe: Outlook - right part of the window? Pin
BillyBlue27-Jul-04 6:06
BillyBlue27-Jul-04 6:06 
GeneralRe: Outlook - right part of the window? Pin
Heath Stewart27-Jul-04 6:17
protectorHeath Stewart27-Jul-04 6:17 
GeneralRe: Outlook - right part of the window? Pin
BillyBlue27-Jul-04 6:25
BillyBlue27-Jul-04 6:25 
GeneralRe: Outlook - right part of the window? Pin
Heath Stewart27-Jul-04 9:08
protectorHeath Stewart27-Jul-04 9:08 
GeneralRe: Outlook - right part of the window? Pin
BillyBlue27-Jul-04 9:43
BillyBlue27-Jul-04 9:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.