Creating ActiveX controls & components
I have developed some activeX controls & components in Visual Basic. I am wondering if there are established tools for debugging the controls after they are compiled? I cant seem to get source to show in a debugger even when compiled with symbols included. Is there a way to use an interactive debugger, or am I stuck with inserting code that is dedicated for debugging?
Re: Creating ActiveX controls & components
YOU CAN PRESS F9 IN THE CODE AT THE LINE U WANT TO DEBUG AND SO U CAN DEBUG THE CODE AT RUNTIME
Re: Creating ActiveX controls & components
You need to debug the source. You can accomplish this by creating a Project Group (File Menu->Add Project) consisting of the control/component project and a test-project. Select the test-project, and in the references or component box choose the other project (component). It should be listed near the top.