Click here to Skip to main content
15,914,488 members
Home / Discussions / C#
   

C#

 
AnswerRe: Moving an object with a joystick Pin
Brocksam1331-Mar-10 16:51
Brocksam1331-Mar-10 16:51 
QuestionCant run application (C#) through cmd Pin
igalep13231-Mar-10 8:15
igalep13231-Mar-10 8:15 
AnswerRe: Cant run application (C#) through cmd Pin
kevinnicol31-Mar-10 8:26
kevinnicol31-Mar-10 8:26 
AnswerRe: Cant run application (C#) through cmd Pin
OriginalGriff31-Mar-10 8:42
mveOriginalGriff31-Mar-10 8:42 
GeneralRe: Cant run application (C#) through cmd Pin
igalep13231-Mar-10 8:57
igalep13231-Mar-10 8:57 
GeneralRe: Cant run application (C#) through cmd Pin
PIEBALDconsult31-Mar-10 9:20
mvePIEBALDconsult31-Mar-10 9:20 
GeneralRe: Cant run application (C#) through cmd Pin
igalep13231-Mar-10 9:21
igalep13231-Mar-10 9:21 
AnswerRe: Cant run application (C#) through cmd Pin
Ian Shlasko31-Mar-10 10:55
Ian Shlasko31-Mar-10 10:55 
Exactly what are you typing at the command line, and exactly what did you type into the arguments box in the Visual Studio debugging options?

Are there spaces in the filename? If so, you have to enclose them in quotes:
MyExecutable.exe "File name with spaces.txt"

Otherwise they'll be counted as separate parameters, in which case your 'choice' variable won't be set, and the entire block of code will be skipped.
Proud to have finally moved to the A-Ark. Which one are you in?
Author of the Guardians Saga (Sci-Fi/Fantasy novels)

QuestionAdd int to DateTime in C# Pin
jojoba201131-Mar-10 6:47
jojoba201131-Mar-10 6:47 
AnswerRe: Add int to DateTime in C# Pin
kevinnicol31-Mar-10 6:50
kevinnicol31-Mar-10 6:50 
AnswerRe: Add int to DateTime in C# Pin
Luc Pattyn31-Mar-10 7:10
sitebuilderLuc Pattyn31-Mar-10 7:10 
GeneralRe: Add int to DateTime in C# Pin
Richard MacCutchan31-Mar-10 7:35
mveRichard MacCutchan31-Mar-10 7:35 
GeneralRe: Add int to DateTime in C# Pin
PIEBALDconsult31-Mar-10 7:44
mvePIEBALDconsult31-Mar-10 7:44 
GeneralRe: Add int to DateTime in C# Pin
kevinnicol31-Mar-10 7:59
kevinnicol31-Mar-10 7:59 
GeneralRe: Add int to DateTime in C# Pin
Som Shekhar31-Mar-10 9:02
Som Shekhar31-Mar-10 9:02 
GeneralRe: Add int to DateTime in C# Pin
Luc Pattyn31-Mar-10 9:21
sitebuilderLuc Pattyn31-Mar-10 9:21 
GeneralRe: Add int to DateTime in C# Pin
Som Shekhar31-Mar-10 9:24
Som Shekhar31-Mar-10 9:24 
GeneralRe: Add int to DateTime in C# Pin
PIEBALDconsult31-Mar-10 9:21
mvePIEBALDconsult31-Mar-10 9:21 
GeneralRe: Add int to DateTime in C# Pin
Som Shekhar31-Mar-10 9:22
Som Shekhar31-Mar-10 9:22 
GeneralRe: Add int to DateTime in C# Pin
Luc Pattyn31-Mar-10 9:38
sitebuilderLuc Pattyn31-Mar-10 9:38 
GeneralRe: Add int to DateTime in C# Pin
PIEBALDconsult31-Mar-10 9:41
mvePIEBALDconsult31-Mar-10 9:41 
GeneralRe: Add int to DateTime in C# Pin
Luc Pattyn31-Mar-10 9:46
sitebuilderLuc Pattyn31-Mar-10 9:46 
GeneralRe: Add int to DateTime in C# Pin
PIEBALDconsult31-Mar-10 9:47
mvePIEBALDconsult31-Mar-10 9:47 
GeneralRe: Add int to DateTime in C# Pin
Luc Pattyn31-Mar-10 9:55
sitebuilderLuc Pattyn31-Mar-10 9:55 
GeneralRe: Add int to DateTime in C# Pin
PIEBALDconsult31-Mar-10 9:58
mvePIEBALDconsult31-Mar-10 9:58 

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.