Click here to Skip to main content
15,900,110 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can I validate NumericUpDown while editing Pin
Are Jay21-May-07 7:52
Are Jay21-May-07 7:52 
GeneralRe: How can I validate NumericUpDown while editing Pin
TooDoo21-May-07 23:08
TooDoo21-May-07 23:08 
GeneralRe: How can I validate NumericUpDown while editing Pin
Are Jay22-May-07 3:36
Are Jay22-May-07 3:36 
GeneralRe: How can I validate NumericUpDown while editing Pin
TooDoo22-May-07 4:02
TooDoo22-May-07 4:02 
GeneralRe: How can I validate NumericUpDown while editing Pin
Are Jay22-May-07 4:22
Are Jay22-May-07 4:22 
QuestionAdd items to Menu at Runtime Pin
Rick van Woudenberg21-May-07 5:28
Rick van Woudenberg21-May-07 5:28 
AnswerRe: Add items to Menu at Runtime Pin
led mike21-May-07 5:52
led mike21-May-07 5:52 
QuestionNightmare StreamReader! Pin
Lordveralix21-May-07 5:18
Lordveralix21-May-07 5:18 
I can't for the life of me get this to work. My internet crawl has produced nothing.

Executing this code:

<br />
using (StreamReader sr = new StreamReader(f+"\\CDINDEX.txt"))<br />
            {<br />
                string line;<br />
              <br />
                while ((line = sr.ReadLine()) != null)<br />
                {<br />
                    Console.WriteLine(line);<br />
                }<br />
            }<br />


I get the following exception: " The given path's format is not supported."

Using a messagebox the path clearly reads: "c:\test\CDINDEX.txt" which is the correct and true path to the file.

Can anyone help me as to why for some reason Microsoft decided today not to like me?

Thanks.
AnswerRe: Nightmare StreamReader! Pin
Sathesh Sakthivel21-May-07 5:23
Sathesh Sakthivel21-May-07 5:23 
GeneralRe: Nightmare StreamReader! Pin
Lordveralix21-May-07 5:26
Lordveralix21-May-07 5:26 
AnswerRe: Nightmare StreamReader! Pin
Bekjong21-May-07 5:26
Bekjong21-May-07 5:26 
AnswerRe: Nightmare StreamReader! Pin
Dave Herren21-May-07 5:45
Dave Herren21-May-07 5:45 
AnswerRe: Nightmare StreamReader! Pin
jayart21-May-07 6:29
jayart21-May-07 6:29 
AnswerRe: Nightmare StreamReader! Pin
Dave Kreskowiak21-May-07 6:31
mveDave Kreskowiak21-May-07 6:31 
QuestionAdding and Removing Form Controls Using Code Pin
Joseph Stanish21-May-07 4:27
Joseph Stanish21-May-07 4:27 
AnswerRe: Adding and Removing Form Controls Using Code Pin
Guffa21-May-07 4:30
Guffa21-May-07 4:30 
GeneralRe: Adding and Removing Form Controls Using Code Pin
Joseph Stanish21-May-07 4:36
Joseph Stanish21-May-07 4:36 
AnswerRe: Adding and Removing Form Controls Using Code Pin
Bekjong21-May-07 4:41
Bekjong21-May-07 4:41 
GeneralRe: Adding and Removing Form Controls Using Code Pin
Joseph Stanish21-May-07 4:42
Joseph Stanish21-May-07 4:42 
GeneralRe: Adding and Removing Form Controls Using Code Pin
Martin#21-May-07 4:51
Martin#21-May-07 4:51 
GeneralRe: Adding and Removing Form Controls Using Code Pin
Luc Pattyn21-May-07 8:50
sitebuilderLuc Pattyn21-May-07 8:50 
AnswerRe: Adding and Removing Form Controls Programatically Pin
Marc Clifton21-May-07 4:28
mvaMarc Clifton21-May-07 4:28 
GeneralRe: Adding and Removing Form Controls Programatically Pin
Joseph Stanish21-May-07 4:29
Joseph Stanish21-May-07 4:29 
GeneralRe: Adding and Removing Form Controls Programatically Pin
Martin#21-May-07 4:31
Martin#21-May-07 4:31 
GeneralRe: Adding and Removing Form Controls Programatically Pin
Joseph Stanish21-May-07 4:39
Joseph Stanish21-May-07 4:39 

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.