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

Visual Basic

 
AnswerRe: Setting up Delegates for Threads Pin
Ron Beyer5-Jul-13 12:27
professionalRon Beyer5-Jul-13 12:27 
GeneralRe: Setting up Delegates for Threads Pin
treddie5-Jul-13 13:59
treddie5-Jul-13 13:59 
GeneralRe: Setting up Delegates for Threads Pin
Ron Beyer6-Jul-13 2:56
professionalRon Beyer6-Jul-13 2:56 
GeneralRe: Setting up Delegates for Threads Pin
treddie6-Jul-13 8:30
treddie6-Jul-13 8:30 
GeneralRe: Setting up Delegates for Threads Pin
GuyThiebaut8-Jul-13 22:06
professionalGuyThiebaut8-Jul-13 22:06 
GeneralRe: Setting up Delegates for Threads Pin
treddie9-Jul-13 19:21
treddie9-Jul-13 19:21 
Questionvbscript Pin
johnjsm5-Jul-13 2:41
johnjsm5-Jul-13 2:41 
AnswerRe: vbscript Pin
Tim Carmichael5-Jul-13 3:42
Tim Carmichael5-Jul-13 3:42 
First, I assume you have run the pdftops.exe file with the defined inputs from a command prompt and it worked correctly.

Having said that, are you sure the input and output parameters are even being passed to the command line?

My suggestion, build the command line and replace the input/output parameters with the actual equivalents.

sCommand = "c:\pdftops.exe -nocrop -noshrink -level3 " & in & " " & out
objShell.run sCommand

AnswerRe: vbscript Pin
Dave Kreskowiak5-Jul-13 4:02
mveDave Kreskowiak5-Jul-13 4:02 
AnswerRe: vbscript Pin
Richard Deeming5-Jul-13 4:07
mveRichard Deeming5-Jul-13 4:07 
AnswerRe: vbscript Pin
AlphaDeltaTheta5-Jul-13 20:00
AlphaDeltaTheta5-Jul-13 20:00 
QuestionWhy does .ThreadState.ToString Behave This Way? Pin
treddie4-Jul-13 20:37
treddie4-Jul-13 20:37 
AnswerRe: Why does .ThreadState.ToString Behave This Way? Pin
AlphaDeltaTheta4-Jul-13 21:19
AlphaDeltaTheta4-Jul-13 21:19 
GeneralRe: Why does .ThreadState.ToString Behave This Way? Pin
treddie4-Jul-13 21:37
treddie4-Jul-13 21:37 
AnswerRe: Why does .ThreadState.ToString Behave This Way? Pin
AlphaDeltaTheta4-Jul-13 21:49
AlphaDeltaTheta4-Jul-13 21:49 
GeneralRe: Why does .ThreadState.ToString Behave This Way? Pin
treddie4-Jul-13 23:22
treddie4-Jul-13 23:22 
JokeRe: Why does .ThreadState.ToString Behave This Way? Pin
Tim Carmichael5-Jul-13 2:42
Tim Carmichael5-Jul-13 2:42 
GeneralRe: Why does .ThreadState.ToString Behave This Way? Pin
Dave Kreskowiak5-Jul-13 3:57
mveDave Kreskowiak5-Jul-13 3:57 
GeneralRe: Why does .ThreadState.ToString Behave This Way? Pin
treddie5-Jul-13 11:38
treddie5-Jul-13 11:38 
GeneralRe: Why does .ThreadState.ToString Behave This Way? Pin
Ron Beyer5-Jul-13 12:20
professionalRon Beyer5-Jul-13 12:20 
GeneralRe: Why does .ThreadState.ToString Behave This Way? Pin
treddie5-Jul-13 19:34
treddie5-Jul-13 19:34 
GeneralRe: Why does .ThreadState.ToString Behave This Way? Pin
Dave Kreskowiak6-Jul-13 4:11
mveDave Kreskowiak6-Jul-13 4:11 
QuestionModules not initializing Pin
treddie4-Jul-13 8:09
treddie4-Jul-13 8:09 
AnswerRe: Modules not initializing Pin
Eddy Vluggen4-Jul-13 9:21
professionalEddy Vluggen4-Jul-13 9:21 
GeneralRe: Modules not initializing Pin
treddie4-Jul-13 10:47
treddie4-Jul-13 10: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.