Click here to Skip to main content
15,895,777 members
Home / Discussions / C#
   

C#

 
GeneralRe: Filtering data on port. Pin
Kobi_Z20-Dec-06 5:20
Kobi_Z20-Dec-06 5:20 
QuestionHow to convert 15bits colors to 24bits colors? Pin
bouli19-Dec-06 5:15
bouli19-Dec-06 5:15 
AnswerRe: How to convert 15bits colors to 24bits colors? Pin
Guffa19-Dec-06 5:54
Guffa19-Dec-06 5:54 
QuestionWorking with 1GB XML file Pin
Praveen Raghuvanshi19-Dec-06 4:25
professionalPraveen Raghuvanshi19-Dec-06 4:25 
AnswerRe: Working with 1GB XML file Pin
Daniel Grunwald19-Dec-06 5:04
Daniel Grunwald19-Dec-06 5:04 
AnswerRe: Working with 1GB XML file Pin
Pete O'Hanlon19-Dec-06 5:07
mvePete O'Hanlon19-Dec-06 5:07 
AnswerRe: Working with 1GB XML file Pin
donchev_p19-Dec-06 8:42
donchev_p19-Dec-06 8:42 
QuestionStrting parsing Pin
zaboboa19-Dec-06 4:20
zaboboa19-Dec-06 4:20 
I get a string in the following format from an Html file after calling a GetAttribute method:

file:///C:/Documents%20and%20Settings/azabobonin/My%20Documents/My%20Pictures/Einstein.jpg

How can I format that string to look normally:

C:\Documents and Settings\azabobonin\My Documents\My Pictures\Einstein.jpg

Is there a way of getting the string the way it is writen in the Html file, and not the way it returns from GetAttribute method?

Thank you

AnswerRe: Strting parsing Pin
V.19-Dec-06 4:24
professionalV.19-Dec-06 4:24 
AnswerRe: Strting parsing Pin
Pete O'Hanlon19-Dec-06 5:10
mvePete O'Hanlon19-Dec-06 5:10 
GeneralRe: Strting parsing Pin
zaboboa19-Dec-06 5:31
zaboboa19-Dec-06 5:31 
QuestionMillisecods in C# DateTime format Pin
Praveen Raghuvanshi19-Dec-06 4:20
professionalPraveen Raghuvanshi19-Dec-06 4:20 
AnswerRe: Millisecods in C# DateTime format Pin
V.19-Dec-06 4:22
professionalV.19-Dec-06 4:22 
GeneralRe: Millisecods in C# DateTime format Pin
Colin Angus Mackay19-Dec-06 4:26
Colin Angus Mackay19-Dec-06 4:26 
GeneralRe: Millisecods in C# DateTime format Pin
V.19-Dec-06 4:36
professionalV.19-Dec-06 4:36 
GeneralRe: Millisecods in C# DateTime format Pin
Praveen Raghuvanshi19-Dec-06 4:27
professionalPraveen Raghuvanshi19-Dec-06 4:27 
AnswerRe: Millisecods in C# DateTime format Pin
Colin Angus Mackay19-Dec-06 4:26
Colin Angus Mackay19-Dec-06 4:26 
GeneralRe: Millisecods in C# DateTime format Pin
Praveen Raghuvanshi19-Dec-06 4:29
professionalPraveen Raghuvanshi19-Dec-06 4:29 
QuestionValidating a User in local computer using DirectoryEntry Pin
martin_codeproject19-Dec-06 4:18
martin_codeproject19-Dec-06 4:18 
QuestionArgumentOutOfRangeException delegate Pin
Yustme19-Dec-06 4:03
Yustme19-Dec-06 4:03 
GeneralRe: ArgumentOutOfRangeException delegate Pin
Martin#19-Dec-06 4:21
Martin#19-Dec-06 4:21 
GeneralRe: ArgumentOutOfRangeException delegate Pin
Yustme19-Dec-06 4:24
Yustme19-Dec-06 4:24 
GeneralRe: ArgumentOutOfRangeException delegate Pin
Martin#19-Dec-06 4:37
Martin#19-Dec-06 4:37 
GeneralRe: ArgumentOutOfRangeException delegate Pin
Yustme19-Dec-06 20:46
Yustme19-Dec-06 20:46 
GeneralRe: ArgumentOutOfRangeException delegate Pin
Martin#19-Dec-06 23:09
Martin#19-Dec-06 23: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.