Click here to Skip to main content
16,006,440 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Need some help Pin
Paul Conrad3-Jul-08 12:21
professionalPaul Conrad3-Jul-08 12:21 
GeneralRe: Need some help Pin
RCoate3-Jul-08 13:03
RCoate3-Jul-08 13:03 
GeneralRe: Need some help Pin
Paul Conrad3-Jul-08 15:50
professionalPaul Conrad3-Jul-08 15:50 
AnswerRe: Need some help Pin
Thomas Stockwell3-Jul-08 10:19
professionalThomas Stockwell3-Jul-08 10:19 
Questionwindow service method Pin
Ebube3-Jul-08 1:23
Ebube3-Jul-08 1:23 
Questionrunning DOS exe using Process.Start Pin
johnjsm3-Jul-08 0:35
johnjsm3-Jul-08 0:35 
AnswerRe: running DOS exe using Process.Start Pin
sumit70343-Jul-08 0:42
sumit70343-Jul-08 0:42 
GeneralRe: running DOS exe using Process.Start Pin
johnjsm3-Jul-08 1:16
johnjsm3-Jul-08 1:16 
This is the code I am using

'myProcess.StartInfo.FileName = "C:\Program Files\PDFcheck\pdffonts.exe " 'Full pathname to including file name
            'myProcess.StartInfo.Arguments = filename ' If the program takes args as string
            'myProcess.StartInfo.CreateNoWindow = True ' Does not create a window DOS program
            'myProcess.StartInfo.UseShellExecute = False ' Must be false to redirect output
            'myProcess.StartInfo.RedirectStandardOutput = True
            'myProcess.Start() ' Start the DOS program
            'myProcess.WaitForExit() ' Wait until it completes before moving on
            'prgOutput = myProcess.StandardOutput.ReadToEnd ' Get the DOS output
            'pdffonts = prgOutput
            'f.Close()

AnswerRe: running DOS exe using Process.Start Pin
KarstenK3-Jul-08 1:09
mveKarstenK3-Jul-08 1:09 
AnswerRe: running DOS exe using Process.Start Pin
Chinners3-Jul-08 1:34
Chinners3-Jul-08 1:34 
GeneralRe: running DOS exe using Process.Start Pin
johnjsm3-Jul-08 1:42
johnjsm3-Jul-08 1:42 
GeneralRe: running DOS exe using Process.Start Pin
Chinners3-Jul-08 1:45
Chinners3-Jul-08 1:45 
GeneralRe: running DOS exe using Process.Start Pin
johnjsm3-Jul-08 2:08
johnjsm3-Jul-08 2:08 
AnswerRe: running DOS exe using Process.Start Pin
Dave Kreskowiak3-Jul-08 1:52
mveDave Kreskowiak3-Jul-08 1:52 
GeneralRe: running DOS exe using Process.Start Pin
johnjsm3-Jul-08 2:24
johnjsm3-Jul-08 2:24 
QuestionStart program by dragging file onto exe Pin
johnjsm2-Jul-08 23:02
johnjsm2-Jul-08 23:02 
AnswerRe: Start program by dragging file onto exe Pin
Gideon Engelberth3-Jul-08 2:28
Gideon Engelberth3-Jul-08 2:28 
GeneralRe: Start program by dragging file onto exe [modified] Pin
johnjsm3-Jul-08 4:35
johnjsm3-Jul-08 4:35 
GeneralRe: Start program by dragging file onto exe Pin
Tom Deketelaere3-Jul-08 5:08
professionalTom Deketelaere3-Jul-08 5:08 
GeneralRe: Start program by dragging file onto exe Pin
Gideon Engelberth3-Jul-08 10:06
Gideon Engelberth3-Jul-08 10:06 
QuestionDon't what is the error in my code thats not worked any idea? Pin
idsanjeevjha2-Jul-08 20:46
idsanjeevjha2-Jul-08 20:46 
AnswerRe: Don't what is the error in my code thats not worked any idea? Pin
Anubhava Dimri2-Jul-08 23:45
Anubhava Dimri2-Jul-08 23:45 
AnswerRe: Don't what is the error in my code thats not worked any idea? Pin
N a v a n e e t h3-Jul-08 0:35
N a v a n e e t h3-Jul-08 0:35 
GeneralRe: Don't what is the error in my code thats not worked any idea? Pin
idsanjeevjha3-Jul-08 1:01
idsanjeevjha3-Jul-08 1:01 
GeneralRe: Don't what is the error in my code thats not worked any idea? Pin
N a v a n e e t h3-Jul-08 15:47
N a v a n e e t h3-Jul-08 15:47 

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.