![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Oct 2004
Posts: 15
Rep Power: 0
![]() |
hi
how can i open a file from a visual basic interface if the file is in anywhere in the computer and then send the file name to an EXE file to do operation on the opened file? Private Sub Command1_Click() CommonDialog1.ShowOPen A = Shell(CommonDialog1.FileName) End Sub after opening the file , can i send its name to EXE file???????? how????/// |
|
|
|
|
|
#2 |
|
Expert Programmer
|
Sorry, but what is it you want to do? By "sending it's name to EXE file" do you mean as a command line parameter such as 'command.com /c "copy one.txt two.txt"' or a Standard I/O transaction e.g. CGI or a DDE transaction such as with MsWord?
If you can tell us exactly what you want to do we might be able to help ![]() |
|
|
|
|
|
#3 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Shouldn't you be in Maths?
|
|
|
|
|
|
#4 | |
|
Expert Programmer
|
Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|