Click here to Skip to main content
15,911,789 members
Home / Discussions / C#
   

C#

 
QuestionRemoting help Pin
dunbshy7-Nov-05 12:22
dunbshy7-Nov-05 12:22 
QuestionAlternate to nDoc Pin
Joe Woodbury7-Nov-05 11:41
professionalJoe Woodbury7-Nov-05 11:41 
Questionadobe pdf viewer Pin
jsunjr747-Nov-05 10:24
jsunjr747-Nov-05 10:24 
AnswerRe: adobe pdf viewer Pin
Christian Graus7-Nov-05 10:28
protectorChristian Graus7-Nov-05 10:28 
GeneralRe: adobe pdf viewer Pin
jsunjr747-Nov-05 10:35
jsunjr747-Nov-05 10:35 
GeneralRe: adobe pdf viewer Pin
Christian Graus7-Nov-05 10:36
protectorChristian Graus7-Nov-05 10:36 
GeneralRe: adobe pdf viewer Pin
jsunjr747-Nov-05 10:41
jsunjr747-Nov-05 10:41 
GeneralRe: adobe pdf viewer Pin
Heath Stewart7-Nov-05 20:51
protectorHeath Stewart7-Nov-05 20:51 
The nature of COM is such that - if developers follow the rules - you should import the 6.0 library and that would work for the 7.0 library as well. Since interfaces should never be changed (though some, like Microsoft Office, only add to existing dispatch interfaces since automation clients can only use one default dispatch interface) they are still typically implemented so that you can do what you need. Now, if you require calling into 7.0-specific functionality in your client then you should cast to 7.0 interfaces. If null is returned then you're dealing with 6.0 and you won't be able to call into the 7.0 functionality.

The same goes for Office (using basic PIAs, not, say, Visual Studio for the Office System): use the oldest typelib you can tolerate in your app to generate the PIAs. Using them should work going forward (unless some day long, long down the line some older functionality is deprecated but then you should just not get the result you were expecting as opposed to a runtime error).

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Customer Product-lifecycle Experience
Microsoft

[My Articles] [My Blog]
GeneralRe: adobe pdf viewer Pin
jsunjr748-Nov-05 2:41
jsunjr748-Nov-05 2:41 
AnswerRe: adobe pdf viewer Pin
Heath Stewart8-Nov-05 6:57
protectorHeath Stewart8-Nov-05 6:57 
QuestionProfessional C# 2005 Pin
rjorget7-Nov-05 10:01
rjorget7-Nov-05 10:01 
AnswerRe: Professional C# 2005 Pin
Christian Graus7-Nov-05 10:27
protectorChristian Graus7-Nov-05 10:27 
GeneralRe: Professional C# 2005 Pin
Matt Gerrans7-Nov-05 12:47
Matt Gerrans7-Nov-05 12:47 
GeneralRe: Professional C# 2005 Pin
Christian Graus7-Nov-05 12:49
protectorChristian Graus7-Nov-05 12:49 
GeneralRe: Professional C# 2005 Pin
Matt Gerrans7-Nov-05 13:09
Matt Gerrans7-Nov-05 13:09 
GeneralRe: Professional C# 2005 Pin
Christian Graus7-Nov-05 13:32
protectorChristian Graus7-Nov-05 13:32 
GeneralRe: Professional C# 2005 Pin
azazel007-Nov-05 14:54
azazel007-Nov-05 14:54 
GeneralRe: Professional C# 2005 Pin
Christian Graus7-Nov-05 15:06
protectorChristian Graus7-Nov-05 15:06 
GeneralRe: Professional C# 2005 Pin
Jon Rista8-Nov-05 8:35
Jon Rista8-Nov-05 8:35 
GeneralRe: Professional C# 2005 Pin
Matt Gerrans7-Nov-05 16:58
Matt Gerrans7-Nov-05 16:58 
GeneralRe: Professional C# 2005 Pin
azazel007-Nov-05 17:14
azazel007-Nov-05 17:14 
QuestionQeue in c# Pin
rjorget7-Nov-05 9:05
rjorget7-Nov-05 9:05 
AnswerRe: Qeue in c# Pin
Christian Graus7-Nov-05 9:26
protectorChristian Graus7-Nov-05 9:26 
Questionexample of a template in c#? Pin
rjorget7-Nov-05 8:48
rjorget7-Nov-05 8:48 
AnswerRe: example of a template in c#? Pin
Christian Graus7-Nov-05 9:24
protectorChristian Graus7-Nov-05 9:24 

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.