VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Share data between any number VB/VBA apps with out using DDE, Files, Sub-classing, and/or Automation

Karl P. Grear  (2 Submissions)   VB function enhancement   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Share data between any number VB/VBA apps with out using DDE, Files, Sub-classing, and/or Automation. This code is very fast as it writes the data directly to a named memory space that any application that knows that name can also access. Does not require sub-classing or sending the data each window that needs it. Rather an application writes any amount of data to any number of named memory spaces where it remains until the space is cleared, closed or changed.
Note: You will want to compile the project and run two instances of it to see the code in action.
PLEASE VOTE if you like it :)
Works in 95/98/NT4/2000

Rate Share data between any number VB/VBA apps with out using DDE, Files, Sub-classing, and/or Automation (11(11 Vote))

Download Share data between any number VB/VBA apps with out using DDE, Files, Sub-classing, and/or Automation

Share data between any number VB/VBA apps with out using DDE, Files, Sub-classing, and/or Automation Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters