Click here to Skip to main content
15,916,412 members
Home / Discussions / C#
   

C#

 
GeneralRe: Streaming With Flash media Encoder Pin
Pete O'Hanlon1-Feb-08 9:42
mvePete O'Hanlon1-Feb-08 9:42 
QuestionBinding XML to TreeView - can't get it working? Pin
espeholt_jr1-Feb-08 4:44
espeholt_jr1-Feb-08 4:44 
General.net 2.0 multi selection drop down Pin
arkiboys1-Feb-08 4:03
arkiboys1-Feb-08 4:03 
GeneralRe: .net 2.0 multi selection drop down Pin
Bijesh1-Feb-08 4:44
Bijesh1-Feb-08 4:44 
GeneralLinkedList XML serialization problem Pin
Kosomot1-Feb-08 3:55
Kosomot1-Feb-08 3:55 
GeneralRe: LinkedList XML serialization problem Pin
Skippums1-Feb-08 5:17
Skippums1-Feb-08 5:17 
GeneralRe: LinkedList XML serialization problem Pin
Kosomot1-Feb-08 7:29
Kosomot1-Feb-08 7:29 
GeneralRe: LinkedList XML serialization problem Pin
Skippums1-Feb-08 8:33
Skippums1-Feb-08 8:33 
In my example, it is true that implementing ISerializable is unnecessary, but you would still have to implement the constructor that normally goes along with that interface (or you would get a deserialization error if you attempted binary serialization). I think that in the .Net 3.0 framework you can add extensions to classes that you would otherwise not have access to, so you may look into that if you have the 3.0 framework available to develop against. Using this methodology, you could add the methods implemented by IXmlSerializable to the actual collections, but I don't think you can add interfaces (like IXmlSerializable) to the inherited interfaces list. Anyway, good luck, and let us know if you do find an elegant way to go about this.

Sounds like somebody's got a case of the Mondays

-Jeff

GeneralApplication on LAN Pin
mehrdadc481-Feb-08 1:14
mehrdadc481-Feb-08 1:14 
GeneralRe: Application on LAN Pin
Not Active1-Feb-08 2:59
mentorNot Active1-Feb-08 2:59 
GeneralSave the selected items on txt file Pin
Strategic_Thinker1-Feb-08 1:11
Strategic_Thinker1-Feb-08 1:11 
GeneralRe: Save the selected items on txt file Pin
Not Active1-Feb-08 2:57
mentorNot Active1-Feb-08 2:57 
GeneralRe: Save the selected items on txt file Pin
Strategic_Thinker1-Feb-08 3:44
Strategic_Thinker1-Feb-08 3:44 
GeneralRe: Save the selected items on txt file Pin
Not Active1-Feb-08 4:07
mentorNot Active1-Feb-08 4:07 
GeneralRe: Save the selected items on txt file Pin
Strategic_Thinker1-Feb-08 4:49
Strategic_Thinker1-Feb-08 4:49 
GeneralRe: Save the selected items on txt file Pin
Not Active1-Feb-08 4:58
mentorNot Active1-Feb-08 4:58 
GeneralRe: Save the selected items on txt file Pin
J4amieC1-Feb-08 5:29
J4amieC1-Feb-08 5:29 
GeneralRe: Save the selected items on txt file Pin
Strategic_Thinker1-Feb-08 5:40
Strategic_Thinker1-Feb-08 5:40 
GeneralRe: Save the selected items on txt file Pin
Not Active1-Feb-08 5:45
mentorNot Active1-Feb-08 5:45 
GeneralRe: Save the selected items on txt file Pin
DaveyM691-Feb-08 7:26
professionalDaveyM691-Feb-08 7:26 
GeneralRe: Save the selected items on txt file Pin
Not Active1-Feb-08 8:43
mentorNot Active1-Feb-08 8:43 
GeneralRe: Save the selected items on txt file Pin
DaveyM691-Feb-08 9:39
professionalDaveyM691-Feb-08 9:39 
GeneralRe: Save the selected items on txt file Pin
Strategic_Thinker1-Feb-08 10:06
Strategic_Thinker1-Feb-08 10:06 
GeneralProblem Regarding this code Plz help me (currency converson) Pin
satya461-Feb-08 0:51
satya461-Feb-08 0:51 
GeneralRe: Problem Regarding this code Plz help me (currency converson) Pin
DaveyM691-Feb-08 1:35
professionalDaveyM691-Feb-08 1:35 

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.