Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
AnswerRe: Reading from excel.. Pin
Ashfield23-Apr-09 20:56
Ashfield23-Apr-09 20:56 
GeneralRe: Reading from excel.. Pin
Jacob Dixon24-Apr-09 13:38
Jacob Dixon24-Apr-09 13:38 
GeneralRe: Reading from excel.. Pin
Ashfield25-Apr-09 7:34
Ashfield25-Apr-09 7:34 
Questionhow to select mulitiple files for upload Pin
T_Teef23-Apr-09 10:10
T_Teef23-Apr-09 10:10 
AnswerRe: how to select mulitiple files for upload Pin
Christian Graus23-Apr-09 10:21
protectorChristian Graus23-Apr-09 10:21 
QuestionProcess.Start is eating spaces Pin
Miszou23-Apr-09 10:06
Miszou23-Apr-09 10:06 
AnswerRe: Process.Start is eating spaces Pin
fly90423-Apr-09 12:04
fly90423-Apr-09 12:04 
GeneralRe: Process.Start is eating spaces Pin
Miszou23-Apr-09 13:23
Miszou23-Apr-09 13:23 
fly904 wrote:
Replace ' ' with '+'.


I can't, because the code that launches the command doesn't know what sort of command it is. In other words, as far as the launcher knows, these two strings are equivalent and should be treated exactly the same:

http://www.google.co.uk/search?q="Just For Laughs Comedy Tour"

notepad "Just For Laughs Comedy Tour"

Interestingly, if you paste the following command into the Run box in Windows XP it doesn't work either, but if you paste it directly into your browser it works just fine. This leads me to think there's something strange going on inside Windows somwehere.

http://www.google.co.uk/search?q="Just For Laughs Comedy Tour"

And just for laughs, try these too:

firefox http://www.google.com/search?hl=en&q="Just For Laughs Comedy Tour"

iexplore http://www.google.com/search?hl=en&q="Just For Laughs Comedy Tour"

They both work as expected.


GeneralRe: Process.Start is eating spaces Pin
fly90423-Apr-09 15:23
fly90423-Apr-09 15:23 
Questionurl issue Pin
Zafar Sultan23-Apr-09 7:18
Zafar Sultan23-Apr-09 7:18 
AnswerRe: url issue Pin
Christian Graus23-Apr-09 11:02
protectorChristian Graus23-Apr-09 11:02 
QuestionCannot connect into SQL Server using C# Pin
Gindi Bar Yahav23-Apr-09 6:46
Gindi Bar Yahav23-Apr-09 6:46 
AnswerRe: Cannot connect into SQL Server using C# Pin
Eddy Vluggen23-Apr-09 6:49
professionalEddy Vluggen23-Apr-09 6:49 
GeneralRe: Cannot connect into SQL Server using C# Pin
Gindi Bar Yahav23-Apr-09 6:58
Gindi Bar Yahav23-Apr-09 6:58 
AnswerRe: Cannot connect into SQL Server using C# Pin
Eddy Vluggen23-Apr-09 7:18
professionalEddy Vluggen23-Apr-09 7:18 
GeneralRe: Cannot connect into SQL Server using C# Pin
Gindi Bar Yahav23-Apr-09 7:28
Gindi Bar Yahav23-Apr-09 7:28 
GeneralRe: Cannot connect into SQL Server using C# Pin
Eddy Vluggen23-Apr-09 8:47
professionalEddy Vluggen23-Apr-09 8:47 
AnswerRe: Cannot connect into SQL Server using C# Pin
SayreCC23-Apr-09 15:41
SayreCC23-Apr-09 15:41 
GeneralRe: Cannot connect into SQL Server using C# Pin
Gindi Bar Yahav23-Apr-09 22:56
Gindi Bar Yahav23-Apr-09 22:56 
QuestionXML Serialisation on Circular Dependency Pin
EnlilCox23-Apr-09 6:19
EnlilCox23-Apr-09 6:19 
AnswerRe: XML Serialisation on Circular Dependency Pin
Le centriste23-Apr-09 9:10
Le centriste23-Apr-09 9:10 
GeneralRe: XML Serialisation on Circular Dependency Pin
EnlilCox23-Apr-09 22:13
EnlilCox23-Apr-09 22:13 
GeneralRe: XML Serialisation on Circular Dependency Pin
Le centriste24-Apr-09 2:30
Le centriste24-Apr-09 2:30 
GeneralRe: XML Serialisation on Circular Dependency Pin
EnlilCox26-Apr-09 23:07
EnlilCox26-Apr-09 23:07 
QuestionUnit Testing Pin
mark_w_23-Apr-09 5:09
mark_w_23-Apr-09 5:09 

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.