Hi, I need to call a vb6 com+ object from c#. Someone knows how to do this?
Thansk...
Call a vb6 com+ object...
Started by chepla, Aug 06 2008 07:34 AM
2 replies to this topic
#1
Posted 06 August 2008 - 07:34 AM
|
|
|
#2
Posted 06 August 2008 - 10:45 AM
Select Add Reference under Project on the main menu of Visual Studio. Scroll down until you find Microsoft.VisualBasic and select ok. Some of the objects are listed independently under the com tab of add reference so depending on what you need to add the selection of the reference step to add can vary. Then the class is available to you to use...I suggest looking it up with msdn to find the syntax of the exact vb object usage in c#. Good luck
#3
Posted 07 August 2008 - 10:16 AM
In general, thırd-party applıcatıons are under COM. Keep that ın mınd, and remember that the clıent computer may not have the requıred applıcatıons to automate. In thıs case, though, ıt should be fıne.


Sign In
Create Account

Back to top









