Click to See Complete Forum and Search --> : passing data from one app. to another
gerardofpr
Nov 28th, 2003, 07:34 AM
Is there any way I can establish a connection between a third party product (Not built in VB, Softerm Modular) and a VB application? I need to read from the already opened non VB application, take it to the VB application, do some changes and send it back to the original application.
biswajitdas
Dec 25th, 2003, 11:24 PM
yah you can use com marshling to read the data and then back to the application
then alos you can use win32 api to rea dthe dat and send back.
so many things to read
Protocol
Dec 25th, 2003, 11:45 PM
My suggestion would be subclassing... look it up...
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.