Click here to Skip to main content
15,904,287 members
Home / Discussions / C#
   

C#

 
AnswerRe: Send more than 1024bytes with sockets? Pin
leppie2-Apr-06 8:08
leppie2-Apr-06 8:08 
GeneralRe: Send more than 1024bytes with sockets? Pin
Erikerikerikerikerassa3-Apr-06 2:14
Erikerikerikerikerassa3-Apr-06 2:14 
QuestionDateTime parse help Pin
eggie51-Apr-06 23:00
eggie51-Apr-06 23:00 
AnswerRe: DateTime parse help Pin
mav.northwind2-Apr-06 0:11
mav.northwind2-Apr-06 0:11 
QuestionProblems updating records with Access DB Pin
James M 19821-Apr-06 22:32
James M 19821-Apr-06 22:32 
GeneralRe: Problems updating records with Access DB Pin
Guffa2-Apr-06 4:33
Guffa2-Apr-06 4:33 
QuestionTELNET Pin
picasso21-Apr-06 22:01
picasso21-Apr-06 22:01 
QuestionMouse wheel settings API Pin
eligazit1-Apr-06 21:36
eligazit1-Apr-06 21:36 
QuestionWebRequest.GetResponse() Pin
mikker_1231-Apr-06 15:24
mikker_1231-Apr-06 15:24 
AnswerRe: WebRequest.GetResponse() Pin
Guffa2-Apr-06 0:25
Guffa2-Apr-06 0:25 
QuestionCode explain... Pin
KORCARI1-Apr-06 14:47
KORCARI1-Apr-06 14:47 
AnswerRe: Code explain... Pin
Kir Birger1-Apr-06 15:36
Kir Birger1-Apr-06 15:36 
QuestionC# SetEnvironmentVariable Pin
Kir Birger1-Apr-06 14:25
Kir Birger1-Apr-06 14:25 
AnswerRe: C# SetEnvironmentVariable Pin
Robert M Greene1-Apr-06 14:55
Robert M Greene1-Apr-06 14:55 
GeneralRe: C# SetEnvironmentVariable Pin
Kir Birger1-Apr-06 15:00
Kir Birger1-Apr-06 15:00 
AnswerRe: C# SetEnvironmentVariable Pin
Robert M Greene1-Apr-06 14:59
Robert M Greene1-Apr-06 14:59 
GeneralRe: C# SetEnvironmentVariable Pin
Kir Birger1-Apr-06 15:33
Kir Birger1-Apr-06 15:33 
QuestionRe: C# SetEnvironmentVariable Pin
leppie1-Apr-06 16:44
leppie1-Apr-06 16:44 
AnswerRe: C# SetEnvironmentVariable Pin
Kir Birger1-Apr-06 16:47
Kir Birger1-Apr-06 16:47 
GeneralRe: C# SetEnvironmentVariable Pin
Robert M Greene1-Apr-06 17:24
Robert M Greene1-Apr-06 17:24 
GeneralRe: C# SetEnvironmentVariable Pin
Kir Birger1-Apr-06 17:45
Kir Birger1-Apr-06 17:45 
QuestionC# Cannot find file Pin
tjDieHard1-Apr-06 13:51
tjDieHard1-Apr-06 13:51 
I am writing a small Wx app and need to access a file on the HDD to fill a combobox.
I am using StreamReader and ReadLine to get it into the box. I have moved the file to the root, the file has no permissions set. Each time that I run the app it errors to the catch and tells me that it cannot find the file.

I have tried File.Exists( file ) and it also tells me that it is not there.
I have used @"c:\nex_tex.txt" and "c:\\nex_tex.txt" with no success.

If I didn't see it with my own eyes I wouldn't believe that it was there.

Anyway I am new to C# and obviously am missing something.

Thanks in Advance

DH


AnswerRe: C# Cannot find file Pin
ricardojb1-Apr-06 14:14
ricardojb1-Apr-06 14:14 
GeneralRe: C# Cannot find file Pin
tjDieHard1-Apr-06 14:19
tjDieHard1-Apr-06 14:19 
AnswerRe: C# Cannot find file Pin
Guffa1-Apr-06 14:35
Guffa1-Apr-06 14:35 

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.