how To Talk to a vb6 window from c#

  • Thread starter Thread starter DaveP
  • Start date Start date
D

DaveP

i need to send information back to a vb6 application
that creates object from my c# Dll

i need to update some text boxes
Tia
DaveP
 
Dave,

You should create a COM object in your VB6 app which internally holds a
reference to the form. Then, on that COM object, you would expose
methods/properties that when changed from .NET (you would pass a reference
to this object back to .NET) it would change the properties on the VB6 form.
 

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

Back
Top