Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Testing DLL in design-time environment

Status
Not open for further replies.

mogura

Programmer
Sep 6, 2003
22
GB
I’ve developed an ActiveX in-process component named MyDLL. What is the best way to test MyDLL using the Visual Basic design-time environment?
 
Open the dll project, add a new exe project to that project, save this project-group and you can put breakpoint etc in the dll project like a regular project

The gap between theory and practice is not as wide in theory as it is in practice.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top