Click here to Skip to main content
15,915,702 members
Home / Discussions / C#
   

C#

 
GeneralRe: Photo Printing Wizard Pin
Dave Kreskowiak25-Mar-05 7:30
mveDave Kreskowiak25-Mar-05 7:30 
GeneralRe: Photo Printing Wizard Pin
tommazzo25-Mar-05 11:15
tommazzo25-Mar-05 11:15 
GeneralRe: Photo Printing Wizard Pin
Dave Kreskowiak25-Mar-05 11:45
mveDave Kreskowiak25-Mar-05 11:45 
GeneralRe: Photo Printing Wizard Pin
Heath Stewart25-Mar-05 12:10
protectorHeath Stewart25-Mar-05 12:10 
GeneralRe: Photo Printing Wizard Pin
tommazzo25-Mar-05 12:35
tommazzo25-Mar-05 12:35 
GeneralRe: Photo Printing Wizard Pin
Heath Stewart25-Mar-05 12:58
protectorHeath Stewart25-Mar-05 12:58 
GeneralRe: Photo Printing Wizard Pin
tommazzo25-Mar-05 12:37
tommazzo25-Mar-05 12:37 
GeneralRe: Photo Printing Wizard Pin
Heath Stewart25-Mar-05 12:55
protectorHeath Stewart25-Mar-05 12:55 
You have to specify the assembly as I did in my example. A type is defined by it's namespace and class, the assembly it's defined in, the culture (only relevent for satellite assemblies), and the public key (if signed, and you should really sign your assemblies).

You don't want to use Type.GetTypeFromProgID, which gets a type from a COM server. Please see my example again, where I use "WIA.Vector, Interop.WIA". Replace "Interop.WIA" with the assembly file name (minus the ".dll") that you generated.

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

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Photo Printing Wizard Pin
tommazzo25-Mar-05 13:11
tommazzo25-Mar-05 13:11 
GeneralRe: Photo Printing Wizard Pin
Dave Kreskowiak25-Mar-05 13:42
mveDave Kreskowiak25-Mar-05 13:42 
GeneralRe: Photo Printing Wizard Pin
tommazzo25-Mar-05 13:52
tommazzo25-Mar-05 13:52 
GeneralRe: Photo Printing Wizard Pin
Heath Stewart25-Mar-05 14:21
protectorHeath Stewart25-Mar-05 14:21 
GeneralRe: Photo Printing Wizard Pin
tommazzo26-Mar-05 7:36
tommazzo26-Mar-05 7:36 
GeneralRe: Photo Printing Wizard Pin
Heath Stewart26-Mar-05 8:16
protectorHeath Stewart26-Mar-05 8:16 
Generaltypeof versus Type.GetType() Pin
Member 9625-Mar-05 5:50
Member 9625-Mar-05 5:50 
GeneralRe: typeof versus Type.GetType() Pin
Heath Stewart25-Mar-05 11:34
protectorHeath Stewart25-Mar-05 11:34 
GeneralRe: typeof versus Type.GetType() Pin
Member 9625-Mar-05 13:59
Member 9625-Mar-05 13:59 
GeneralRe: typeof versus Type.GetType() Pin
Heath Stewart25-Mar-05 14:31
protectorHeath Stewart25-Mar-05 14:31 
GeneralRe: typeof versus Type.GetType() Pin
Tom Larsen25-Mar-05 12:21
Tom Larsen25-Mar-05 12:21 
GeneralRe: typeof versus Type.GetType() Pin
Heath Stewart25-Mar-05 14:28
protectorHeath Stewart25-Mar-05 14:28 
GeneralRe: typeof versus Type.GetType() Pin
Member 9625-Mar-05 16:39
Member 9625-Mar-05 16:39 
GeneralRe: typeof versus Type.GetType() Pin
Shardool25-Mar-05 14:39
Shardool25-Mar-05 14:39 
GeneralGenerate Word Document in C# Pin
Michele@MERC25-Mar-05 5:24
Michele@MERC25-Mar-05 5:24 
GeneralRe: Generate Word Document in C# Pin
Heath Stewart25-Mar-05 12:16
protectorHeath Stewart25-Mar-05 12:16 
GeneralRe: Generate Word Document in C# Pin
Michele@MERC29-Mar-05 4:13
Michele@MERC29-Mar-05 4:13 

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.