Results 1 to 4 of 4

Thread: Pass information between two projects

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    Germany
    Posts
    1

    Post

    Can anyone tell me how to pass the text contained in a TextBox in one project to the TextBox in another project? I tried the linkmode,topic,item....etc, but still no luck making the two applications join data.

  2. #2
    Lively Member *Super Sniper*'s Avatar
    Join Date
    Jan 2000
    Location
    Portland, OR
    Posts
    81

    Post

    There are two ways to do this:

    When you launch the program put in the text into the command line as an arrument.

    or

    Copy & Paste!

    Please let me know if this helps.

    ------------------
    Website

  3. #3
    Hyperactive Member PITBULLCJR's Avatar
    Join Date
    Nov 1999
    Location
    New York
    Posts
    408
    You could put the text from the one into an ini file and have the other read the ini file and put it in you project2 text box or you could use registry and do the same thing. This shouldn't be hard i could figure it out for you if you want and umm the registry is easier then the ini. Well Hopes this helps and if you need help email me with the Subject as "Info From One project to another" so i don't end up deleting it byaccident thanks!!
    Sincerely,
    Chris


    Email: [email protected]
    AIM: KnightsOfTheMoon
    WebPage: http://kom.wicre.com
    ----------------
    VB6 Professional
    Abit ST6-RAID
    1000 MHZ
    512 MB PC133 Ram
    Nvidia GeForce 2 Ultra 64 MB
    Maxtor 81.9 Gig
    Win 98 SE

  4. #4
    New Member
    Join Date
    Apr 2000
    Posts
    6
    use the SendMessage API

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width