Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. IPC between VB6 and VC++6

IPC between VB6 and VC++6

Scheduled Pinned Locked Moved Visual Basic
c++
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jcsalmon
    wrote on last edited by
    #1

    I am looking for a robust way for an application written in VB6 to communicate with a VC++6 application. The information flow needs to be bi-directional. I have a rich GUI written in VB6, and an application that uses various third party libraries to do some intensive processing and written in VC++6. For the prototype, I used AppActivate to launch the VC++ app and use SendKeys to drive the VC++ program interface. When I realised I needed bi-directional communication quickly, I hacked in use of the clipboard and pass text strings in both directions. I now have some synchronisation glitches, and given that my approach precludes the user from cutting and pasting using the clipboard, I'm looking for a more robust approach. Whereas I can find many IPC mechanisms if I'm writing entirely in VC++, I can find few examples using VB, and none linking VB to VC++. Can you offer any suggestions. TIA

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups