How to register COM components into C#.Net window applications
-
Dear All, Iam new to c# window application and also for COM.I have a COM component which is developed in Visual Basic.Now i want to use this component into my c# window application.How can i register and use.The COM is in the form of EXE not in the form of DLL.Please help me out on this. Thanks & Regards Veeresh
i want to join this group
-
Dear All, Iam new to c# window application and also for COM.I have a COM component which is developed in Visual Basic.Now i want to use this component into my c# window application.How can i register and use.The COM is in the form of EXE not in the form of DLL.Please help me out on this. Thanks & Regards Veeresh
i want to join this group
DO NOT CROSSPOST the same question in multiple forums. You spammed about half the forums on the site...
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
Dear All, Iam new to c# window application and also for COM.I have a COM component which is developed in Visual Basic.Now i want to use this component into my c# window application.How can i register and use.The COM is in the form of EXE not in the form of DLL.Please help me out on this. Thanks & Regards Veeresh
i want to join this group
And Dave already told you how to do this in the VB forums. Use regsvr32 to register the .dll. Add a reference to it from C# and use it however you like. Since I can predict the future, you obviously won't take the time to do a google search on how to register with REGSVR32, here's a link. Stop spamming the boards.
Any suggestions, ideas, or 'constructive criticism' are always welcome. "There's no such thing as a stupid question, only stupid people." - Mr. Garrison
-
Dear All, Iam new to c# window application and also for COM.I have a COM component which is developed in Visual Basic.Now i want to use this component into my c# window application.How can i register and use.The COM is in the form of EXE not in the form of DLL.Please help me out on this. Thanks & Regards Veeresh
i want to join this group
Quit cross posting the forums, man.
veereshIndia wrote:
i want to join this group
If that is so, then learn how to post in an etiquette manner around here :mad:
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham