CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    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?


  2. #2
    Guest

    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


  3. #3
    Join Date
    Sep 1999
    Location
    The Netherlands
    Posts
    5

    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.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured