Results 1 to 2 of 2

Thread: how to run two exes using process

Hybrid View

  1. #1
    Lively Member
    Join Date
    Dec 06
    Posts
    91

    how to run two exes using process

    Hai

    i am having two exe.

    X.exe and Y.exe


    first i am opening X.exe .if i click a button in the form of X.exe ,it should display Y.exe and X.exe should be closed. and when a button is clicked in Y.exe , y.exe should be closed and X.exe should be displayed.


    Please help me in this regard



    Thanks and Regards
    Vinay Kumar

  2. #2
    Elite Member ®
    Join Date
    Aug 02
    Location
    RUH
    Posts
    8,081
    After you fire up any of the EXEs , you simply look up (by name) in the current running processes for the EXE being run , then shut it down , fire up the other exe and follow the same procedure before you close it .I'm not at my dev pc so I can't give you code right now.

Posting Permissions

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