Click here to Skip to main content
16,012,468 members
Home / Discussions / C#
   

C#

 
GeneralRe: Newline in constant error Pin
vcorn21-Jun-04 9:31
vcorn21-Jun-04 9:31 
GeneralRe: Newline in constant error Pin
Heath Stewart21-Jun-04 9:54
protectorHeath Stewart21-Jun-04 9:54 
GeneralRe: Newline in constant error Pin
the last free name21-Jun-04 21:37
the last free name21-Jun-04 21:37 
Generalenumerating groups a user belongs to using WinNT:// Pin
inyoursadachine21-Jun-04 6:58
inyoursadachine21-Jun-04 6:58 
GeneralRe: enumerating groups a user belongs to using WinNT:// Pin
Dave Kreskowiak21-Jun-04 8:12
mveDave Kreskowiak21-Jun-04 8:12 
Generalserializing in c#.net Pin
fatidarya21-Jun-04 6:18
fatidarya21-Jun-04 6:18 
GeneralRe: serializing in c#.net Pin
Heath Stewart21-Jun-04 6:38
protectorHeath Stewart21-Jun-04 6:38 
GeneralRe: serializing in c#.net Pin
fatidarya21-Jun-04 21:31
fatidarya21-Jun-04 21:31 
my code is
this is serialize of textbox:
XmlWriter xw = new XmlTextWriter(fs, System.Text.Encoding.ASCII);
xw.WriteStartElement("Form");
xw.WriteAttributeString("X", theText.Left.ToString());
xw.WriteAttributeString("Y", theText.Top.ToString());
xw.WriteAttributeString("Width", theText.Width.ToString());
xw.WriteAttributeString("Height", theText.Height.ToString());
xw.WriteAttributeString("Value", theText.Text);
xw.WriteAttributeString("Font", theText.Font.Tostring());
xw.WriteAttributeString("Backcolor", theText.Backcolor.Tostring());
xw.WriteEndElement();
XmlNodeReader reader = new XmlNodeReader(doc);
reader.value is string but textbox.font or backcolor is Syste.Drawing
please tell me what i do?Confused | :confused:
thanks.
GeneralRe: serializing in c#.net Pin
thomasa21-Jun-04 22:42
thomasa21-Jun-04 22:42 
GeneralRe:thanks &deserializing in c#.net Pin
fatidarya22-Jun-04 0:43
fatidarya22-Jun-04 0:43 
GeneralRe: serializing in c#.net Pin
Heath Stewart22-Jun-04 2:38
protectorHeath Stewart22-Jun-04 2:38 
GeneralRe: deserializing in c#.net Pin
fatidarya22-Jun-04 3:00
fatidarya22-Jun-04 3:00 
GeneralRe: deserializing in c#.net Pin
Heath Stewart22-Jun-04 4:07
protectorHeath Stewart22-Jun-04 4:07 
GeneralRe: deserializing in c#.net Pin
fatidarya22-Jun-04 19:12
fatidarya22-Jun-04 19:12 
GeneralRe: deserializing in c#.net Pin
Heath Stewart22-Jun-04 19:19
protectorHeath Stewart22-Jun-04 19:19 
GeneralRe: serializing in c#.net Pin
Stefan Troschuetz21-Jun-04 20:44
Stefan Troschuetz21-Jun-04 20:44 
GeneralJava script in c# Pin
_Searcher_21-Jun-04 5:53
_Searcher_21-Jun-04 5:53 
GeneralRe: Java script in c# Pin
Dave Kreskowiak21-Jun-04 6:10
mveDave Kreskowiak21-Jun-04 6:10 
GeneralAttempting to implement Keyed MD-5 Hash Pin
selil21-Jun-04 5:29
selil21-Jun-04 5:29 
GeneralRe: Attempting to implement Keyed MD-5 Hash Pin
Heath Stewart21-Jun-04 5:42
protectorHeath Stewart21-Jun-04 5:42 
GeneralRe: Attempting to implement Keyed MD-5 Hash Pin
selil21-Jun-04 6:00
selil21-Jun-04 6:00 
GeneralRe: Attempting to implement Keyed MD-5 Hash Pin
Heath Stewart21-Jun-04 6:34
protectorHeath Stewart21-Jun-04 6:34 
GeneralRe: Attempting to implement Keyed MD-5 Hash Pin
Dave Kreskowiak21-Jun-04 5:52
mveDave Kreskowiak21-Jun-04 5:52 
GeneralRe: Attempting to implement Keyed MD-5 Hash Pin
selil21-Jun-04 6:10
selil21-Jun-04 6:10 
QuestionHow to use proertyGrid to show html componet's property? Pin
nakey_yang21-Jun-04 5:28
nakey_yang21-Jun-04 5:28 

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.