Click here to Skip to main content
16,005,316 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Exporting to XML Pin
PHDENG8129-Sep-05 3:22
PHDENG8129-Sep-05 3:22 
Questioneclipse for vb.net programming Pin
chitranjan gohil28-Sep-05 23:36
chitranjan gohil28-Sep-05 23:36 
QuestionFinalize and dispose Pin
Rajesh_K_Sharma28-Sep-05 23:08
Rajesh_K_Sharma28-Sep-05 23:08 
QuestionAdd associated file icon to listview Pin
shinay28-Sep-05 20:54
shinay28-Sep-05 20:54 
Questionexecuting command from VB.net application Pin
shreeyaz28-Sep-05 19:40
shreeyaz28-Sep-05 19:40 
AnswerRe: executing command from VB.net application Pin
Steve Pullan28-Sep-05 19:52
Steve Pullan28-Sep-05 19:52 
GeneralRe: executing command from VB.net application Pin
shreeyaz28-Sep-05 20:06
shreeyaz28-Sep-05 20:06 
GeneralRe: executing command from VB.net application Pin
Steve Pullan28-Sep-05 20:29
Steve Pullan28-Sep-05 20:29 
Ok, so first.exe reads in.txt and writes out.txt? How do you normally specify the input and output to first.exe? Is it a commandline program which expects these parameters or are you trying to get it to work differently from the way it was designed? If you have the source code for first.exe you can reprogram it whichever way you want but to call it from VB (or any other program for that matter) you'll need to adhere to the calling conventions expected by first.exe.

What you may need to do is to execute first.exe via cmd.exe thus:
Shell("cmd.exe c:\first.exe < in.txt > out.txt")


...Steve
GeneralRe: executing command from VB.net application Pin
shreeyaz28-Sep-05 21:27
shreeyaz28-Sep-05 21:27 
GeneralRe: executing command from VB.net application Pin
Dave Kreskowiak29-Sep-05 1:03
mveDave Kreskowiak29-Sep-05 1:03 
GeneralRe: executing command from VB.net application Pin
Steve Pullan29-Sep-05 14:11
Steve Pullan29-Sep-05 14:11 
GeneralRe: executing command from VB.net application Pin
Anonymous29-Sep-05 18:46
Anonymous29-Sep-05 18:46 
QuestionCrystal Report and Password Protected Access Database Pin
shoaibnawaz28-Sep-05 10:37
shoaibnawaz28-Sep-05 10:37 
AnswerRe: Crystal Report and Password Protected Access Database Pin
KaptinKrunch28-Sep-05 16:21
KaptinKrunch28-Sep-05 16:21 
QuestionWindow Forms Pin
SoonerFan28-Sep-05 10:31
SoonerFan28-Sep-05 10:31 
AnswerRe: Window Forms Pin
Dave Kreskowiak28-Sep-05 11:20
mveDave Kreskowiak28-Sep-05 11:20 
GeneralRe: Window Forms Pin
SoonerFan28-Sep-05 16:20
SoonerFan28-Sep-05 16:20 
GeneralRe: Window Forms Pin
Steve Pullan28-Sep-05 16:46
Steve Pullan28-Sep-05 16:46 
GeneralRe: Window Forms Pin
Dave Kreskowiak28-Sep-05 17:11
mveDave Kreskowiak28-Sep-05 17:11 
GeneralRe: Window Forms Pin
Steve Pullan28-Sep-05 18:17
Steve Pullan28-Sep-05 18:17 
GeneralRe: Window Forms Pin
Dave Kreskowiak29-Sep-05 0:34
mveDave Kreskowiak29-Sep-05 0:34 
QuestionHelp ! Run-time error '2306' Pin
GJCVB28-Sep-05 8:32
GJCVB28-Sep-05 8:32 
AnswerRe: Help ! Run-time error '2306' Pin
Dave Kreskowiak28-Sep-05 8:53
mveDave Kreskowiak28-Sep-05 8:53 
QuestionVB vs. C# Pin
medicenpringles28-Sep-05 7:37
medicenpringles28-Sep-05 7:37 
AnswerRe: VB vs. C# Pin
Dave Kreskowiak28-Sep-05 8:44
mveDave Kreskowiak28-Sep-05 8:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.