Results 1 to 2 of 2

Thread: how to pass parameterrs from one exe to another exe in Vb

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2001
    Posts
    41

    how to pass parameterrs from one exe to another exe in Vb

    Hi there,

    I have 3 exe 's generted by VB aplication.
    1) login.exe 2) clinic.exe 3) admin.exe

    user enters the userid and passwoed in login.exe according to the users prvilage he has to enter into either of the remaining exe(ie. clinic.exe or admin.exe)

    Here we need to carry the userid from login.exe to next exe(clinic.exe or admin.exe)

    Can any body knows about that?..

    Thanx in advance
    Anand

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    Code:
    Shell "C:\clinic.exe" Parameter1, Parameter2
    Do a search for command and paramter in these forumns & that'll show you how to pick these up at the other end (when the clinic.exe app loads).

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

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