Click here to Skip to main content
15,913,854 members
Home / Discussions / C#
   

C#

 
GeneralRe: system.storage.schemas.dll Pin
amal_pro8329-Mar-04 7:05
amal_pro8329-Mar-04 7:05 
GeneralRe: system.storage.schemas.dll Pin
Dave Kreskowiak29-Mar-04 7:36
mveDave Kreskowiak29-Mar-04 7:36 
GeneralRe: system.storage.schemas.dll Pin
amal_pro8329-Mar-04 7:41
amal_pro8329-Mar-04 7:41 
GeneralRe: system.storage.schemas.dll Pin
Dave Kreskowiak29-Mar-04 8:23
mveDave Kreskowiak29-Mar-04 8:23 
GeneralRe: system.storage.schemas.dll Pin
amal_pro8329-Mar-04 8:13
amal_pro8329-Mar-04 8:13 
GeneralRe: system.storage.schemas.dll Pin
Dave Kreskowiak29-Mar-04 8:34
mveDave Kreskowiak29-Mar-04 8:34 
GeneralConvert some VB code to C# Pin
Gareth_Hastings28-Mar-04 1:16
Gareth_Hastings28-Mar-04 1:16 
GeneralRe: Convert some VB code to C# Pin
Nick Parker28-Mar-04 2:28
protectorNick Parker28-Mar-04 2:28 
Gareth_Hastings wrote:
Set MyDCOM = CreateObject("NODMON.NODCLS")
retval = MyDCOM.addmsg("", "", 1, Now, 0, 3000, Message)


What you are doing here is late binding in VB. While C# does support late-bound object creation (i.e.; look at Activator.CreateInstance), there are several ways to access what you are doing. One is to generate the appropriate interop assemblies (for example if you are using Visual Studio .NET you can simply use the Add Reference -> COM tab), this will allow you to declare the object and take advantage of early-binding at compile-time or you could use reflection to generate the object at run-time (the Activator class).

- Nick Parker
My Blog | My Articles

QuestionHow to get network neighbor ?!!! Pin
belalsoft28-Mar-04 1:02
belalsoft28-Mar-04 1:02 
AnswerRe: How to get network neighbor ?!!! Pin
Stefan Troschuetz28-Mar-04 9:34
Stefan Troschuetz28-Mar-04 9:34 
GeneralMDIParent of MDIParent problem Pin
Tristan Rhodes27-Mar-04 22:48
Tristan Rhodes27-Mar-04 22:48 
GeneralRe: MDIParent of MDIParent problem Pin
Dave Kreskowiak28-Mar-04 4:46
mveDave Kreskowiak28-Mar-04 4:46 
GeneralRe: MDIParent of MDIParent problem Pin
Tristan Rhodes28-Mar-04 4:58
Tristan Rhodes28-Mar-04 4:58 
GeneralProble with Button FaceId when Making AddIn Pin
Jiten_Soni27-Mar-04 20:13
Jiten_Soni27-Mar-04 20:13 
GeneralHelp with setting and expanding nodes in treeview Pin
flow555527-Mar-04 17:46
flow555527-Mar-04 17:46 
GeneralRe: Help with setting and expanding nodes in treeview Pin
Heath Stewart27-Mar-04 17:58
protectorHeath Stewart27-Mar-04 17:58 
GeneralRe: Help with setting and expanding nodes in treeview Pin
flow555527-Mar-04 18:36
flow555527-Mar-04 18:36 
GeneralRe: Help with setting and expanding nodes in treeview Pin
Heath Stewart27-Mar-04 18:46
protectorHeath Stewart27-Mar-04 18:46 
QuestionRe: Help with setting and expanding nodes in treeview Pin
korell31-Aug-09 12:36
korell31-Aug-09 12:36 
AnswerRe: Help with setting and expanding nodes in treeview Pin
Heath Stewart13-Sep-09 5:37
protectorHeath Stewart13-Sep-09 5:37 
GeneralValidating input Datagrid Pin
quocbao27-Mar-04 17:40
quocbao27-Mar-04 17:40 
GeneralRe: Validating input Datagrid Pin
Heath Stewart27-Mar-04 17:53
protectorHeath Stewart27-Mar-04 17:53 
GeneralGUI Realtional database tool Pin
StephenMcAllister27-Mar-04 11:47
StephenMcAllister27-Mar-04 11:47 
GeneralLISTVIEW PLS HELP!!!!!!!!!!!!!!!!!!!!!!! Pin
cristiansje27-Mar-04 11:24
cristiansje27-Mar-04 11:24 
GeneralRe: LISTVIEW PLS HELP!!!!!!!!!!!!!!!!!!!!!!! Pin
partyganger27-Mar-04 14:11
partyganger27-Mar-04 14:11 

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.