Passing information form C app to VB

Y

Yoavo

Hi,
I have a VB application and a C application, and I need to pass parameters
which are char*, int and double from one application to the other.
What is the best way to do it without using COM ?

Yoav.
 
M

Michel Posseth [MCP]

well if COM is out of the question then you might use

1.exchange files ( good old I.O. )
2. DDE ( yes it is still possible with VB.Net )
3. send messages through the window API
4 if we are talking about litle data you could use the comand$ i.c.w a shell
from one of the 2 apps ( or both to each other )


regards

Michel Posseth [MCP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top