Click here to Skip to main content
15,908,909 members
Home / Discussions / C#
   

C#

 
GeneralRe: Information about Excel 9.0 Obj.Library Pin
Heath Stewart16-May-04 11:41
protectorHeath Stewart16-May-04 11:41 
Just make sure you move that Excel.dll assembly around with you, especially when you deploy your solution (the interop assembly you compiled against must be included or your application won't work).

How do you remember what there is in the assembly? Simple, look at the object model for Excel on http://msdn.microsoft.com[^]. A COM interop assembly uses a typelib to generate the interop assembly. VB uses a typelib for class and member discovery and compilation. There is no difference.

 

Microsoft MVP, Visual C#
My Articles
GeneralEncrypt numbers Pin
Anonymous16-May-04 9:58
Anonymous16-May-04 9:58 
GeneralRe: Encrypt numbers Pin
Heath Stewart16-May-04 11:47
protectorHeath Stewart16-May-04 11:47 
GeneralThreads and context switches Pin
devvvy16-May-04 7:44
devvvy16-May-04 7:44 
GeneralRe: Threads and context switches Pin
Heath Stewart16-May-04 11:44
protectorHeath Stewart16-May-04 11:44 
GeneralRe: Threads and context switches Pin
devvvy16-May-04 18:07
devvvy16-May-04 18:07 
GeneralRe: Threads and context switches Pin
Heath Stewart17-May-04 3:07
protectorHeath Stewart17-May-04 3:07 
GeneralDetermine removable disk type Pin
Wackatronic16-May-04 7:22
Wackatronic16-May-04 7:22 
GeneralRe: Determine removable disk type Pin
Heath Stewart16-May-04 11:51
protectorHeath Stewart16-May-04 11:51 
GeneralRe: Determine removable disk type Pin
Wackatronic16-May-04 12:57
Wackatronic16-May-04 12:57 
GeneralVB.NET or C# Pin
Luis Ricardo16-May-04 6:48
Luis Ricardo16-May-04 6:48 
GeneralRe: VB.NET or C# Pin
Bee Master16-May-04 7:04
Bee Master16-May-04 7:04 
GeneralRe: VB.NET or C# Pin
Luis Ricardo16-May-04 8:10
Luis Ricardo16-May-04 8:10 
GeneralRe: VB.NET or C# Pin
Stefan Troschuetz16-May-04 7:19
Stefan Troschuetz16-May-04 7:19 
GeneralRe: VB.NET or C# Pin
Colin Angus Mackay16-May-04 8:47
Colin Angus Mackay16-May-04 8:47 
GeneralRe: VB.NET or C# Pin
Luis Ricardo16-May-04 9:24
Luis Ricardo16-May-04 9:24 
GeneralRe: VB.NET or C# Pin
TigerNinja_16-May-04 18:34
TigerNinja_16-May-04 18:34 
GeneralRe: VB.NET or C# Pin
sreejith ss nair16-May-04 19:37
sreejith ss nair16-May-04 19:37 
GeneralModifing the configuration of an IIS virtual dir Pin
Mauricio Ritter16-May-04 6:43
Mauricio Ritter16-May-04 6:43 
GeneralRe: Modifing the configuration of an IIS virtual dir Pin
Heath Stewart16-May-04 11:57
protectorHeath Stewart16-May-04 11:57 
Generalregd datagrid Pin
karteek16-May-04 6:19
karteek16-May-04 6:19 
GeneralRe: regd datagrid Pin
Heath Stewart16-May-04 12:12
protectorHeath Stewart16-May-04 12:12 
GeneralGranting/Demanding a custom permission Pin
Mike Hodnick16-May-04 5:01
Mike Hodnick16-May-04 5:01 
GeneralRe: Granting/Demanding a custom permission Pin
Heath Stewart16-May-04 12:02
protectorHeath Stewart16-May-04 12:02 
GeneralRe: Granting/Demanding a custom permission Pin
Mike Hodnick17-May-04 5:27
Mike Hodnick17-May-04 5:27 

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.