Click here to Skip to main content
15,898,538 members
Home / Discussions / C#
   

C#

 
GeneralRe: what is com? Pin
ekynox23-Jul-07 12:01
ekynox23-Jul-07 12:01 
AnswerRe: what is com? Pin
Colin Angus Mackay23-Jul-07 1:20
Colin Angus Mackay23-Jul-07 1:20 
QuestionHow to differentiate between dates? Pin
help as an alias23-Jul-07 1:00
help as an alias23-Jul-07 1:00 
AnswerRe: How to differentiate between dates? Pin
originSH23-Jul-07 1:04
originSH23-Jul-07 1:04 
GeneralRe: How to differentiate between dates? Pin
help as an alias23-Jul-07 1:05
help as an alias23-Jul-07 1:05 
GeneralRe: How to differentiate between dates? Pin
originSH23-Jul-07 1:47
originSH23-Jul-07 1:47 
Questionreading xml file in C# Pin
S Palip23-Jul-07 0:57
S Palip23-Jul-07 0:57 
AnswerRe: reading xml file in C# Pin
Christian Graus23-Jul-07 1:00
protectorChristian Graus23-Jul-07 1:00 
You need to check 'Ignore HTML tags' in order to post XML. The answer is that the XmlDocument class or XmlDataDocument class will read this file, if it's on disc, or will accept it as a string. What I think you mean is, how do you access information in the file ? For that, you need to learn XPath, and the XML DOM. XPath is the language used to search for XML nodes, and the DOM is the standard interface that the aforementioned classes offer for searching, and modifying XML.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: reading xml file in C# Pin
S Palip23-Jul-07 15:21
S Palip23-Jul-07 15:21 
AnswerRe: reading xml file in C# Pin
WillemM23-Jul-07 1:01
WillemM23-Jul-07 1:01 
AnswerRe: reading xml file in C# Pin
Kevin McFarlane23-Jul-07 1:55
Kevin McFarlane23-Jul-07 1:55 
Questionusing user control Pin
cyn823-Jul-07 0:47
cyn823-Jul-07 0:47 
QuestionHandling Large Memory Pin
satsumatable23-Jul-07 0:26
satsumatable23-Jul-07 0:26 
AnswerRe: Handling Large Memory Pin
WillemM23-Jul-07 1:04
WillemM23-Jul-07 1:04 
QuestionExecute program automatically at a prescribed time daily. Pin
javid4u23-Jul-07 0:17
javid4u23-Jul-07 0:17 
AnswerRe: Execute program automatically at a prescribed time daily. Pin
Pete O'Hanlon23-Jul-07 0:41
mvePete O'Hanlon23-Jul-07 0:41 
GeneralRe: Execute program automatically at a prescribed time daily. Pin
javid4u23-Jul-07 0:53
javid4u23-Jul-07 0:53 
QuestionGeneric Edit/Copy, Paste, Cut items in WinForms Pin
AndrusM23-Jul-07 0:05
AndrusM23-Jul-07 0:05 
AnswerRe: Generic Edit/Copy, Paste, Cut items in WinForms Pin
Christian Graus23-Jul-07 0:14
protectorChristian Graus23-Jul-07 0:14 
QuestionDeleting temporary file Pin
-spy-22-Jul-07 23:57
-spy-22-Jul-07 23:57 
AnswerRe: Deleting temporary file Pin
blackjack215023-Jul-07 0:05
blackjack215023-Jul-07 0:05 
AnswerRe: Deleting temporary file Pin
Luc Pattyn23-Jul-07 1:52
sitebuilderLuc Pattyn23-Jul-07 1:52 
AnswerRe: Deleting temporary file Pin
L Henson23-Jul-07 2:42
L Henson23-Jul-07 2:42 
QuestionCursor Dispose Problem Pin
Keshav V. Kamat22-Jul-07 23:43
Keshav V. Kamat22-Jul-07 23:43 
AnswerRe: Cursor Dispose Problem Pin
Luc Pattyn23-Jul-07 2:01
sitebuilderLuc Pattyn23-Jul-07 2:01 

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.