Click here to Skip to main content
15,894,180 members
Home / Discussions / C#
   

C#

 
JokeRe: Integrating C#/VB.NET with ORKUT Pin
DaveyM6923-Mar-10 15:21
professionalDaveyM6923-Mar-10 15:21 
QuestionC# process.start and problem with argument [modified] Pin
sapsaPL23-Mar-10 7:50
sapsaPL23-Mar-10 7:50 
AnswerRe: C# process.start and problem with argument Pin
Ian Shlasko23-Mar-10 8:35
Ian Shlasko23-Mar-10 8:35 
GeneralRe: C# process.start and problem with argument Pin
sapsaPL23-Mar-10 9:49
sapsaPL23-Mar-10 9:49 
GeneralRe: C# process.start and problem with argument Pin
Ian Shlasko23-Mar-10 9:52
Ian Shlasko23-Mar-10 9:52 
GeneralRe: C# process.start and problem with argument [modified] Pin
sapsaPL23-Mar-10 10:15
sapsaPL23-Mar-10 10:15 
GeneralRe: C# process.start and problem with argument Pin
Ian Shlasko23-Mar-10 11:05
Ian Shlasko23-Mar-10 11:05 
AnswerRe: C# process.start and problem with argument Pin
Luc Pattyn23-Mar-10 15:27
sitebuilderLuc Pattyn23-Mar-10 15:27 
Hi,

it is a real pain, but in complex situations Windows seems to require each folder level with spaces to be put in its own pair of double quotes, hence:

C:\Program Files (x86)\Combined Community Codec Pack\MPC\mpc-hc.exe


should be passed as
C:\"Program Files (x86)"\"Combined Community Codec Pack"\MPC\mpc-hc.exe


and of course for string literals, you have to escape all backslashes and double quotes by adding backslashes.

Smile | :)

GeneralRe: C# process.start and problem with argument Pin
Dave Kreskowiak23-Mar-10 17:54
mveDave Kreskowiak23-Mar-10 17:54 
GeneralRe: C# process.start and problem with argument Pin
Luc Pattyn23-Mar-10 18:17
sitebuilderLuc Pattyn23-Mar-10 18:17 
AnswerRe: C# process.start and problem with argument Pin
Dave Kreskowiak23-Mar-10 17:53
mveDave Kreskowiak23-Mar-10 17:53 
QuestionAppending data to a aes encrypted file? Pin
Balletje23-Mar-10 7:10
Balletje23-Mar-10 7:10 
AnswerRe: Appending data to a aes encrypted file? Pin
OriginalGriff23-Mar-10 7:24
mveOriginalGriff23-Mar-10 7:24 
GeneralRe: Appending data to a aes encrypted file? Pin
Balletje23-Mar-10 7:35
Balletje23-Mar-10 7:35 
GeneralRe: Appending data to a aes encrypted file? Pin
OriginalGriff23-Mar-10 9:25
mveOriginalGriff23-Mar-10 9:25 
GeneralRe: Appending data to a aes encrypted file? Pin
Balletje23-Mar-10 9:32
Balletje23-Mar-10 9:32 
AnswerRe: Appending data to a aes encrypted file? Pin
harold aptroot23-Mar-10 7:34
harold aptroot23-Mar-10 7:34 
AnswerRe: Appending data to a aes encrypted file? Pin
Balletje23-Mar-10 7:45
Balletje23-Mar-10 7:45 
GeneralRe: Appending data to a aes encrypted file? Pin
harold aptroot23-Mar-10 11:34
harold aptroot23-Mar-10 11:34 
GeneralRe: Appending data to a aes encrypted file? Pin
Balletje23-Mar-10 21:38
Balletje23-Mar-10 21:38 
GeneralRe: Appending data to a aes encrypted file? Pin
harold aptroot24-Mar-10 1:38
harold aptroot24-Mar-10 1:38 
AnswerRe: Appending data to a aes encrypted file? Pin
Sir Dot Net23-Mar-10 8:14
Sir Dot Net23-Mar-10 8:14 
QuestionHow can I recover deleted files in C#? Pin
sunlord_clave23-Mar-10 6:33
sunlord_clave23-Mar-10 6:33 
AnswerRe: How can I recover deleted files in C#? Pin
Abhinav S23-Mar-10 7:21
Abhinav S23-Mar-10 7:21 
QuestionLane Tracking and Distancing Pin
sebogawa23-Mar-10 6:23
sebogawa23-Mar-10 6:23 

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.