Question about coding against a COM server in C#
- From: jacqueline.portier@xxxxxxxxx
- Date: 18 Feb 2006 08:22:59 -0800
Goodafternoon,
This is probably a silly question, but it is my mind all the time. In
the meanwhile i'm using VB6.
I'm using a Financial Application which you can register as a COM
server.
And then, in Visual Basic, you just go:
Set objFinApp = CreateObject("FinApp.application")
objFinApp.login("joesmith", "password")
in C#: I created finapp.tlb. I added this as a reference.
But the login-method does not accept the two parameters (username,
password)
Worse, it accepts no parameters at all. Every FinApp method in the
object library I see is empty!
Could anyone please give me some pointers?
I already contacted the seller of the FinApp but he pointed me to
MSDN...
Thanks for your help and patience.
Jacqueline
.
- Follow-Ups:
- Prev by Date: Re: VB6 Class to VB.NET - HELP
- Next by Date: Re: VB6 Class to VB.NET - HELP
- Previous by thread: COM+ LC Event - Transient Subscription
- Next by thread: Re: Question about coding against a COM server in C#
- Index(es):
Relevant Pages
|