Results 1 to 8 of 8

Thread: [Resolved]exe parameters

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Location
    India
    Posts
    310

    Resolved [Resolved]exe parameters

    I am calling exe from the DLL. That time I want to pass the value to that exe. Is it possible???
    Last edited by sagarpassion; May 23rd, 2007 at 11:37 PM.
    Sagar
    VB6, VB.net,C#,ASP, ASP.net MSSQL, MYSQL

  2. #2

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Location
    India
    Posts
    310

    Re: exe parameters

    Thanks master....any example?? plz
    Sagar
    VB6, VB.net,C#,ASP, ASP.net MSSQL, MYSQL

  4. #4
    Hyperactive Member half flung pie's Avatar
    Join Date
    Jun 2005
    Location
    South Carolina, USA
    Posts
    317

    Re: exe parameters

    Here is an example taken directly from one of my programs.
    Code:
    If UCase(Right$(Command$(), 4)) = ".TXT" Then
      Call OpenFile(True, Command$())
     End If
    Last edited by half flung pie; May 22nd, 2007 at 08:43 AM. Reason: Mispelled something

    Base 2
    Fcnncu"Nqxgu"Lguug##

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Location
    India
    Posts
    310

    Re: exe parameters

    what is openfile??? This is function ....talking abt exe
    Sagar
    VB6, VB.net,C#,ASP, ASP.net MSSQL, MYSQL

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: exe parameters

    This article might help.

  7. #7
    Fanatic Member schoolbusdriver's Avatar
    Join Date
    Jan 2006
    Location
    O'er yonder
    Posts
    1,020

    Re: exe parameters

    Quote Originally Posted by sagarpassion
    I am calling exe from the DLL. That time I want to pass the value to that exe. Is it possible???
    Is the exe already running ? If so, search for DDE (Dynamic Data Exchange).

  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Location
    India
    Posts
    310

    Re: exe parameters

    thanks to alll...
    Sagar
    VB6, VB.net,C#,ASP, ASP.net MSSQL, MYSQL

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