COM events doesn't fire

F

Frank Matheis

Hi,

I have a VB.Net application calling a VB6 DLL.
Into the DLL i have a form with some controls(buttons, lables, textboxes
...).
the form is starting over a public function.
If I call the DLL from another VB6 project, everything works fine.
But if I'm calling the same project from a .Net application,
I didn't get any event fired in my VB6 DLL.

Does anyone have a suggestion on what might be wrong?

Thanks
Frank
 
A

Armin Zingler

Did you try debugging it in the IDE? I meant the VB6 IDE. Load the project
in VB6, set a breakpoint in the event handlers and start it. Now start the
client application and release the event. Is the breakpoint reached?

Armin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top