CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: DadCat

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    19,809

    Re: How to debug VB6 OCX under VB6

    I got it to work! Here's the cause of the problem I was seeing...

    I began with an existing ActiveX Control (OCX) project. That control was referenced on a form within an existing Standard EXE...
  2. Replies
    5
    Views
    19,809

    Re: How to debug VB6 OCX under VB6

    This is a legacy app that I'm rewriting in C# so my objective is to first thoroughly understand what it's doing (the original author has long since left).

    I'm afraid combining the source of the...
  3. Replies
    5
    Views
    19,809

    How to debug VB6 OCX under VB6

    I know this has been asked before, but....

    Using the VB6 IDE, how can I debug (ie, set breakpoints, etc) a VB6 OCX that's invoked by a VB6 exe?

    I have the source for both the exe and the OCX. ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured