|
-
May 22nd, 2007, 12:41 AM
#1
Thread Starter
Hyperactive Member
[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
-
May 22nd, 2007, 12:54 AM
#2
Re: exe parameters
Sure, if the exe is capable of recognizing a Command string.
-
May 22nd, 2007, 01:58 AM
#3
Thread Starter
Hyperactive Member
Re: exe parameters
Thanks master....any example?? plz
Sagar
VB6, VB.net,C#,ASP, ASP.net MSSQL, MYSQL
-
May 22nd, 2007, 08:43 AM
#4
Hyperactive Member
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##
-
May 23rd, 2007, 05:48 AM
#5
Thread Starter
Hyperactive Member
Re: exe parameters
what is openfile??? This is function ....talking abt exe
Sagar
VB6, VB.net,C#,ASP, ASP.net MSSQL, MYSQL
-
May 23rd, 2007, 06:21 AM
#6
-
May 23rd, 2007, 06:28 AM
#7
Re: exe parameters
 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).
-
May 23rd, 2007, 11:36 PM
#8
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|