Click here to Skip to main content
15,890,579 members
Home / Discussions / C#
   

C#

 
GeneralRe: associate file extension Pin
Eslam Afifi24-Mar-10 13:47
Eslam Afifi24-Mar-10 13:47 
Questioncreate a My Document Sub Directory Pin
Jassim Rahma24-Mar-10 12:12
Jassim Rahma24-Mar-10 12:12 
AnswerRe: create a My Document Sub Directory Pin
Eslam Afifi24-Mar-10 13:33
Eslam Afifi24-Mar-10 13:33 
Questiondetect changes in MDIs and save it Pin
Jassim Rahma24-Mar-10 12:11
Jassim Rahma24-Mar-10 12:11 
AnswerRe: detect changes in MDIs and save it Pin
Not Active24-Mar-10 15:30
mentorNot Active24-Mar-10 15:30 
AnswerRe: detect changes in MDIs and save it Pin
Dave Kreskowiak24-Mar-10 15:33
mveDave Kreskowiak24-Mar-10 15:33 
QuestionDeserialization problems: System.Drawing.Color Pin
Alan Balkany24-Mar-10 11:17
Alan Balkany24-Mar-10 11:17 
AnswerRe: Deserialization problems: System.Drawing.Color Pin
Bernhard Hiller25-Mar-10 3:54
Bernhard Hiller25-Mar-10 3:54 
Maybe following design could help:
Create a new class by extending your previous class, i.e.
public class MyNewClass : MyOldClass

Then add a Version property to the (new) class.
For deserialization, get that property with
XmlNode versionNode = xmlDoc.SelectSingleNode("/MyNewClass/Version");

If versionNode is null, call the deserialization method of MyOldClass, otherwise use the deserialization method of MyNewClass. With the version property, you will then be able to extend further easily.
QuestionHow to add blank space to an image Pin
Paul Brower24-Mar-10 8:41
Paul Brower24-Mar-10 8:41 
AnswerRe: How to add blank space to an image Pin
Not Active24-Mar-10 8:57
mentorNot Active24-Mar-10 8:57 
AnswerRe: How to add blank space to an image Pin
Paul Brower24-Mar-10 9:03
Paul Brower24-Mar-10 9:03 
GeneralRe: How to add blank space to an image Pin
Luc Pattyn24-Mar-10 9:42
sitebuilderLuc Pattyn24-Mar-10 9:42 
GeneralRe: How to add blank space to an image Pin
Amar Chaudhary24-Mar-10 9:53
Amar Chaudhary24-Mar-10 9:53 
AnswerRe: How to add blank space to an image Pin
R. Giskard Reventlov24-Mar-10 9:07
R. Giskard Reventlov24-Mar-10 9:07 
QuestionWindows Context Menu Pin
Blikkies24-Mar-10 8:22
professionalBlikkies24-Mar-10 8:22 
AnswerRe: Windows Context Menu Pin
Luc Pattyn24-Mar-10 8:28
sitebuilderLuc Pattyn24-Mar-10 8:28 
GeneralRe: Windows Context Menu Pin
Blikkies24-Mar-10 8:35
professionalBlikkies24-Mar-10 8:35 
GeneralRe: Windows Context Menu Pin
Luc Pattyn24-Mar-10 8:40
sitebuilderLuc Pattyn24-Mar-10 8:40 
AnswerRe: Windows Context Menu Pin
Firlionel16-May-10 9:05
Firlionel16-May-10 9:05 
QuestionSpeaker verification Pin
Xelalem24-Mar-10 8:09
Xelalem24-Mar-10 8:09 
JokeRe: Speaker verification Pin
PIEBALDconsult24-Mar-10 9:02
mvePIEBALDconsult24-Mar-10 9:02 
GeneralRe: Speaker verification Pin
Xelalem24-Mar-10 9:13
Xelalem24-Mar-10 9:13 
GeneralRe: Speaker verification Pin
PIEBALDconsult24-Mar-10 9:20
mvePIEBALDconsult24-Mar-10 9:20 
GeneralRe: Speaker verification Pin
#realJSOP25-Mar-10 0:06
mve#realJSOP25-Mar-10 0:06 
GeneralRe: Speaker verification Pin
#realJSOP25-Mar-10 0:05
mve#realJSOP25-Mar-10 0:05 

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.