Exchanging messages between VB and C++ using MFC

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fukinagashi
    New Member
    • Jul 2010
    • 2

    Exchanging messages between VB and C++ using MFC

    I've written a VB6 application. This application launches a C++ processor (DLL) who last several minutes.
    How can I show messages coming from the C++ app and show them in real-time in the VB text box?
  • vb5prgrmr
    Recognized Expert Contributor
    • Oct 2009
    • 305

    #2
    Via the use of a callback function.... How do you exactly do this from within C++ I don't know, but I know it can be done...



    Good Luck

    Comment

    • Fukinagashi
      New Member
      • Jul 2010
      • 2

      #3
      Thanks.
      Anyone could suggest where to find example code?
      I would like to have a VB text box automatically up-to-date respect to my C++ application...

      Comment

      Working...