Click here to Skip to main content
15,867,835 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can I get the name of current theme from OS? Pin
Nick Parker25-Jan-04 6:23
protectorNick Parker25-Jan-04 6:23 
AnswerRe: How can I get the name of current theme from OS? Pin
Heath Stewart26-Jan-04 2:41
protectorHeath Stewart26-Jan-04 2:41 
GeneralCompiling .aspx.cs and .cs files in visual studio .net Pin
Member 52585824-Jan-04 22:14
Member 52585824-Jan-04 22:14 
GeneralRe: Compiling .aspx.cs and .cs files in visual studio .net Pin
OmegaSupreme25-Jan-04 3:30
OmegaSupreme25-Jan-04 3:30 
GeneralRe: Compiling .aspx.cs and .cs files in visual studio .net Pin
Member 52585825-Jan-04 19:19
Member 52585825-Jan-04 19:19 
GeneralRe: Compiling .aspx.cs and .cs files in visual studio .net Pin
Heath Stewart26-Jan-04 2:32
protectorHeath Stewart26-Jan-04 2:32 
General.net XML deserialisation and properties Pin
dalm24-Jan-04 13:10
dalm24-Jan-04 13:10 
GeneralRe: .net XML deserialisation and properties Pin
Heath Stewart26-Jan-04 2:25
protectorHeath Stewart26-Jan-04 2:25 
dalm wrote:
With Microsofts XML namespaces, is it be possible to pass variables taken from a serialised object through (set) property procedures?

Confused | :confused: What exactly do you mean? If you're using the XML Serialization classes from System.Xml.Serialization, then public properties are serialized by default (you can control this with the attributes like XmlElementAttribute and XmlAttributeAttribute. When deserializing, the values are assigned to the properties again via the set accessor so any code you have in the set accessors will be run.

For more information - including examples - on XML Serialization, see http://msdn.microsoft.com/library/en-us/cpguide/html/cpconintroducingxmlserialization.asp[^].

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralProblem with Calendar control Pin
Alex Korchemniy24-Jan-04 10:18
Alex Korchemniy24-Jan-04 10:18 
GeneralRichTextBox question.. Pin
Fredrik7924-Jan-04 9:08
Fredrik7924-Jan-04 9:08 
GeneralRe: RichTextBox question.. Pin
Mazdak24-Jan-04 10:10
Mazdak24-Jan-04 10:10 
GeneralRe: RichTextBox question.. Pin
Nick Parker25-Jan-04 5:45
protectorNick Parker25-Jan-04 5:45 
GeneralRe: RichTextBox question.. Pin
Fredrik7925-Jan-04 5:58
Fredrik7925-Jan-04 5:58 
GeneralRe: RichTextBox question.. Pin
Nick Parker25-Jan-04 7:41
protectorNick Parker25-Jan-04 7:41 
Generalchecking dynamically which control is clicked Pin
Inam24-Jan-04 6:41
Inam24-Jan-04 6:41 
GeneralRe: checking dynamically which control is clicked Pin
Alex Korchemniy24-Jan-04 6:56
Alex Korchemniy24-Jan-04 6:56 
GeneralRe: checking dynamically which control is clicked Pin
Dmitriy Kostovetskiy24-Jan-04 13:32
Dmitriy Kostovetskiy24-Jan-04 13:32 
GeneralIgnore Keyboard And mouse input Pin
SherKar24-Jan-04 2:31
SherKar24-Jan-04 2:31 
GeneralRe: Ignore Keyboard And mouse input Pin
Mazdak24-Jan-04 3:09
Mazdak24-Jan-04 3:09 
GeneralTrouble extracting objects from HashTable Pin
Peter Mills24-Jan-04 1:51
Peter Mills24-Jan-04 1:51 
GeneralRe: Trouble extracting objects from HashTable Pin
Colin Angus Mackay24-Jan-04 4:11
Colin Angus Mackay24-Jan-04 4:11 
GeneralRe: Trouble extracting objects from HashTable Pin
Peter Mills24-Jan-04 4:48
Peter Mills24-Jan-04 4:48 
GeneralAdding scaner funtionality to C# application Pin
Chathura23-Jan-04 12:34
Chathura23-Jan-04 12:34 
GeneralRe: Adding scaner funtionality to C# application Pin
Heath Stewart23-Jan-04 18:02
protectorHeath Stewart23-Jan-04 18:02 
GeneralRe: Adding scaner funtionality to C# application Pin
cjengler24-Jan-04 2:25
cjengler24-Jan-04 2:25 

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.