data exchange methods

gary 1 Reputation point
2022-10-17T15:55:34.43+00:00

I want to transfer some data between VB and C program. What are the simplest way to exchange data. Example would be highy useful

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,668 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Castorix31 83,206 Reputation points
    2022-10-17T16:01:32.347+00:00

    WM_COPYDATA is simple
    I had posted a sample in VB in this thread : How do I share specific pieces of information between related apps or multiple instances of one app?

    0 comments No comments

  2. gary 1 Reputation point
    2022-10-17T16:12:37.69+00:00

    I could see the methods described in thread. I wanted to know the procedure to access data in C from another VB.net application. Could you share this particular example.