Click here to Skip to main content
16,008,175 members
Home / Discussions / C#
   

C#

 
GeneralStripping HTML tags Pin
Nnamdi Onyeyiri19-Aug-02 7:34
Nnamdi Onyeyiri19-Aug-02 7:34 
GeneralRe: Stripping HTML tags Pin
leppie19-Aug-02 8:51
leppie19-Aug-02 8:51 
GeneralRe: Stripping HTML tags Pin
Nnamdi Onyeyiri19-Aug-02 8:54
Nnamdi Onyeyiri19-Aug-02 8:54 
GeneralRe: Stripping HTML tags Pin
Nick Parker19-Aug-02 12:01
protectorNick Parker19-Aug-02 12:01 
GeneralXmlSerializer and interfaces Pin
Ryan Cromwell19-Aug-02 5:36
Ryan Cromwell19-Aug-02 5:36 
GeneralRe: XmlSerializer and interfaces Pin
Andy Smith19-Aug-02 19:52
Andy Smith19-Aug-02 19:52 
GeneralRe: XmlSerializer and interfaces Pin
leppie20-Aug-02 2:30
leppie20-Aug-02 2:30 
GeneralRe: XmlSerializer and interfaces Pin
Ryan Cromwell20-Aug-02 4:18
Ryan Cromwell20-Aug-02 4:18 
XmlSerializer will not allow typeof(IMyInterface) as its reflected type. Its understandable as XmlSerializer does not use properties but only actual members. I guess this makes sense under the presumption of using get/set value members as interpreted values (ie they are generated from some other value in the class). Uhoh - they expect me to be logical... whats that crap about.

ie

private int mynumber; //serialized

private int myothernumber { //not serialized
get { return mynumber; }
set { mynumber = value; }
}


GeneralRe: XmlSerializer and interfaces Pin
leppie20-Aug-02 4:50
leppie20-Aug-02 4:50 
GeneralRe: XmlSerializer and interfaces Pin
James T. Johnson20-Aug-02 6:41
James T. Johnson20-Aug-02 6:41 
GeneralRe: XmlSerializer and interfaces Pin
Ryan Cromwell20-Aug-02 7:20
Ryan Cromwell20-Aug-02 7:20 
GeneralInterop question Pin
leppie19-Aug-02 4:47
leppie19-Aug-02 4:47 
Generaldumb question SOLVED :) Pin
leppie19-Aug-02 5:35
leppie19-Aug-02 5:35 
General@$#)(#@)($ dialogs Pin
Christian Graus19-Aug-02 2:57
protectorChristian Graus19-Aug-02 2:57 
GeneralRe: @$#)(#@)($ dialogs Pin
James T. Johnson19-Aug-02 3:32
James T. Johnson19-Aug-02 3:32 
GeneralRe: @$#)(#@)($ dialogs Pin
Sijin19-Aug-02 3:41
Sijin19-Aug-02 3:41 
GeneralRe: @$#)(#@)($ dialogs Pin
Christian Graus19-Aug-02 12:12
protectorChristian Graus19-Aug-02 12:12 
GeneralRe: @$#)(#@)($ dialogs Pin
Domenic Denicola19-Aug-02 13:32
Domenic Denicola19-Aug-02 13:32 
GeneralRe: @$#)(#@)($ dialogs Pin
Sijin19-Aug-02 3:36
Sijin19-Aug-02 3:36 
GeneralRemoting Question Pin
Eka19-Aug-02 2:01
Eka19-Aug-02 2:01 
GeneralRe: Remoting Question Pin
Sijin19-Aug-02 2:39
Sijin19-Aug-02 2:39 
Questionkeyboard events and mouse events? Pin
imran_rafique19-Aug-02 1:15
imran_rafique19-Aug-02 1:15 
Generalplz ans that one Pin
imran_rafique19-Aug-02 0:18
imran_rafique19-Aug-02 0:18 
GeneralRe: plz ans that one Pin
leppie19-Aug-02 1:19
leppie19-Aug-02 1:19 
GeneralRe: plz ans that one Pin
jparsons19-Aug-02 10:29
jparsons19-Aug-02 10:29 

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.