Click here to Skip to main content
15,914,447 members
Home / Discussions / C#
   

C#

 
GeneralRe: ICQ Client/Protocol Pin
leppie5-Apr-05 19:01
leppie5-Apr-05 19:01 
GeneralRe: ICQ Client/Protocol Pin
Daniel Grunwald9-Apr-05 5:07
Daniel Grunwald9-Apr-05 5:07 
Generalposition of the printed out datagrid Pin
MJay5-Apr-05 17:07
MJay5-Apr-05 17:07 
GeneralRe: position of the printed out datagrid Pin
Anonymous5-Apr-05 22:27
Anonymous5-Apr-05 22:27 
GeneralRe: position of the printed out datagrid Pin
MJay5-Apr-05 23:02
MJay5-Apr-05 23:02 
GeneralSaving an object to a XML file Pin
Luis Alonso Ramos5-Apr-05 16:28
Luis Alonso Ramos5-Apr-05 16:28 
GeneralRe: Saving an object to a XML file Pin
Christian Graus5-Apr-05 16:39
protectorChristian Graus5-Apr-05 16:39 
GeneralRe: Saving an object to a XML file Pin
DavidNohejl5-Apr-05 23:23
DavidNohejl5-Apr-05 23:23 
hi Luis,
I'd second Christian's advice. XmlTextWriter is fastest way how to write XML document. It's quite easy to use as well.

Luis Alonso Ramos wrote:
I saw also XmlDataDocument but I believe it is for reading/writing a DataSet to XML, am I right?

yeah.

Luis Alonso Ramos wrote:
and of course, how would I read the file to recreate the objects?

with XmlTextReader Smile | :)

OTOH, why not to use Serialization[^]? I belive that you can set (with attibutes) what should be serialized into XML and what shouldn't. However I don't know how it would fit into backward compatibility concept. (maybe there isn't problem, I really don't know)

David

Never forget: "Stay kul and happy" (I.A.)

David's thoughts / dnhsoftware.org / MyHTMLTidy
GeneralRe: Saving an object to a XML file Pin
Luis Alonso Ramos6-Apr-05 5:45
Luis Alonso Ramos6-Apr-05 5:45 
Generalc# Move/Resize Objects Pin
elapid5-Apr-05 15:44
elapid5-Apr-05 15:44 
GeneralRe: c# Move/Resize Objects Pin
Christian Graus5-Apr-05 16:04
protectorChristian Graus5-Apr-05 16:04 
GeneralRe: c# Move/Resize Objects Pin
elapid5-Apr-05 17:25
elapid5-Apr-05 17:25 
GeneralRe: c# Move/Resize Objects Pin
Christian Graus5-Apr-05 17:31
protectorChristian Graus5-Apr-05 17:31 
GeneralRe: c# Move/Resize Objects Pin
elapid5-Apr-05 17:37
elapid5-Apr-05 17:37 
GeneralHow do I obtain the current mouse position? Pin
elapid5-Apr-05 18:19
elapid5-Apr-05 18:19 
GeneralRe: How do I obtain the current mouse position? Pin
Ashok Dhamija5-Apr-05 18:57
Ashok Dhamija5-Apr-05 18:57 
QuestionHow to set the height of text lines? Pin
welsrping5-Apr-05 15:24
welsrping5-Apr-05 15:24 
AnswerRe: How to set the height of text lines? Pin
Ashok Dhamija5-Apr-05 18:47
Ashok Dhamija5-Apr-05 18:47 
GeneralRe: How to set the height of text lines? Pin
welsrping5-Apr-05 20:40
welsrping5-Apr-05 20:40 
GeneralRe: How to set the height of text lines? Pin
leppie5-Apr-05 23:24
leppie5-Apr-05 23:24 
GeneralRe: How to set the height of text lines? Pin
Ashok Dhamija5-Apr-05 23:26
Ashok Dhamija5-Apr-05 23:26 
GeneralRe: How to set the height of text lines? Pin
welsrping6-Apr-05 14:41
welsrping6-Apr-05 14:41 
GeneralChange working directory Pin
.Sai.5-Apr-05 14:45
.Sai.5-Apr-05 14:45 
GeneralRe: Change working directory Pin
Dave Kreskowiak5-Apr-05 16:49
mveDave Kreskowiak5-Apr-05 16:49 
Generalaccess db with listView Pin
{cellardoor}5-Apr-05 13:53
{cellardoor}5-Apr-05 13:53 

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.