tranferring data from vb exe application to another

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chandru8
    New Member
    • Sep 2007
    • 145

    tranferring data from vb exe application to another

    hi all,
    can any one help me for tansffering of data from one vb exe application to another
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    It difficult to suggest somthing only with this much information.

    Please specify what exactly u are trying for.

    Comment

    • chandru8
      New Member
      • Sep 2007
      • 145

      #3
      hi ,
      thanks for your reply
      iam having two exe files (created in vb6.0)
      i had to tranfer the value from one exe to another exe

      Comment

      • QVeen72
        Recognized Expert Top Contributor
        • Oct 2006
        • 1445

        #4
        Hi,

        The Simplest way is to Write the Data in a TextFile. and in the other Application Read that data.

        However, it can be done dynamically also using following Window's API:
        SendMessage
        FindWindowEx
        CopyMemory..

        It out of scope for me to mention other forum names, do some basic Googling, u will get so many sites..

        Regards
        Veena

        Comment

        Working...