Click here to Skip to main content
15,909,437 members
Home / Discussions / C#
   

C#

 
AnswerRe: Adding a checkbox to ListView Control in C# [modified] Pin
rfjeld7-Jun-06 21:13
rfjeld7-Jun-06 21:13 
QuestionPrinting Html Table Pin
Suamal7-Jun-06 20:15
Suamal7-Jun-06 20:15 
AnswerRe: Printing Html Table Pin
Suamal9-Jun-06 0:42
Suamal9-Jun-06 0:42 
QuestionComparision between 2 xml files Pin
donymony7-Jun-06 19:55
donymony7-Jun-06 19:55 
AnswerRe: Comparision between 2 xml files Pin
rah_sin7-Jun-06 20:01
professionalrah_sin7-Jun-06 20:01 
AnswerRe: Comparision between 2 xml files Pin
Daniele Ferrero7-Jun-06 20:56
Daniele Ferrero7-Jun-06 20:56 
GeneralRe: Comparision between 2 xml files Pin
donymony7-Jun-06 20:58
donymony7-Jun-06 20:58 
GeneralRe: Comparision between 2 xml files Pin
Stefan Troschuetz7-Jun-06 21:35
Stefan Troschuetz7-Jun-06 21:35 
In addition to what lmoelleb posted, I think it would be more reliable to use two XmlTextReader, call their Read methods to move from node to node and after each call compare their Value (and NodeType) properties.


"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de
GeneralRe: Comparision between 2 xml files Pin
lmoelleb7-Jun-06 21:09
lmoelleb7-Jun-06 21:09 
GeneralRe: Comparision between 2 xml files Pin
Daniele Ferrero7-Jun-06 21:27
Daniele Ferrero7-Jun-06 21:27 
GeneralRe: Comparision between 2 xml files Pin
Stefan Troschuetz7-Jun-06 21:41
Stefan Troschuetz7-Jun-06 21:41 
GeneralRe: Comparision between 2 xml files Pin
donymony7-Jun-06 22:04
donymony7-Jun-06 22:04 
QuestionNetwork Programming Pin
alwz_nikhil7-Jun-06 19:09
alwz_nikhil7-Jun-06 19:09 
AnswerRe: Network Programming Pin
Daniele Ferrero7-Jun-06 21:35
Daniele Ferrero7-Jun-06 21:35 
QuestionOpening a console window from a WinForm Pin
k_v_w7-Jun-06 19:01
k_v_w7-Jun-06 19:01 
AnswerRe: Opening a console window from a WinForm Pin
Ed.Poore7-Jun-06 20:31
Ed.Poore7-Jun-06 20:31 
QuestionValidation IsNumeric in C# Pin
angelagke7-Jun-06 17:04
angelagke7-Jun-06 17:04 
AnswerRe: Validation IsNumeric in C# Pin
Christian Graus7-Jun-06 17:46
protectorChristian Graus7-Jun-06 17:46 
GeneralRe: Validation IsNumeric in C# Pin
angelagke7-Jun-06 19:21
angelagke7-Jun-06 19:21 
AnswerRe: Validation IsNumeric in C# Pin
alwz_nikhil7-Jun-06 19:03
alwz_nikhil7-Jun-06 19:03 
GeneralRe: Validation IsNumeric in C# Pin
angelagke7-Jun-06 19:25
angelagke7-Jun-06 19:25 
GeneralRe: Validation IsNumeric in C# Pin
Shajeel7-Jun-06 20:00
Shajeel7-Jun-06 20:00 
GeneralRe: Validation IsNumeric in C# Pin
Dustin Metzgar9-Jun-06 4:19
Dustin Metzgar9-Jun-06 4:19 
GeneralRe: Validation IsNumeric in C# Pin
Dustin Metzgar9-Jun-06 4:21
Dustin Metzgar9-Jun-06 4:21 
AnswerRe: Validation IsNumeric in C# [modified] Pin
rfjeld7-Jun-06 20:45
rfjeld7-Jun-06 20:45 

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.