Results 1 to 4 of 4

Thread: Visual Basic

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2002
    Posts
    1

    Post Visual Basic

    anybody know how to pass certain values from one vb application to another vb application invoked by the first one

  2. #2
    Fanatic Member Jerry Grant's Avatar
    Join Date
    Jul 2000
    Location
    Dorset, UK
    Posts
    810
    Several methods come to mind: DDE, Command Line Parameters, Events, Registry, Files, etc. etc .......
    Jerry Grant................tnarG yrreJ
    Website: <JG-Design></.net>
    Email: [email protected]
    Working towards a bug free world......
    (Not a Microsoft employee)

  3. #3
    Addicted Member chicocouk's Avatar
    Join Date
    Sep 2001
    Posts
    207
    use savesetting and getsetting commands to write the value to the registry from one app, and read it from the registry in the other
    MCSE, Mcp+I, Unicenter Engineer

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    this is a little more complicated... but it is good because it doesn't write any values that you may not want to be sticking in a file or registry to be found... this link shows how to actually pass variables between 2 programs..

    http://www.thescarms.com/vbasic/PassString.asp

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