How to debug ActiveX exe by Vb.NET dll

  • Thread starter Thread starter Pawan
  • Start date Start date
P

Pawan

I am calling one ActiveX Exe(Made in VB 6) component
from one VB.NET dll component. I am able to get the
result from ActiveX Exe .

But I want to run whole application in Debug mode.

I am able to debug the VB.NET application, But when
code make object of AcitveX Exe then it doesn't invoke
Debugger of VB6. I Want to run ActiveX Exe also in
Debugging mode.

Thanks in Advance
 
Back
Top