Click here to Skip to main content
15,914,594 members
Home / Discussions / C#
   

C#

 
GeneralRe: Datagrid form steals focus Pin
sreejith ss nair16-Sep-04 2:31
sreejith ss nair16-Sep-04 2:31 
GeneralRe: Datagrid form steals focus Pin
the last free name16-Sep-04 3:33
the last free name16-Sep-04 3:33 
Questionhow to write debug code for nt service(c#) Pin
williamchou16-Sep-04 1:29
williamchou16-Sep-04 1:29 
AnswerRe: how to write debug code for nt service(c#) Pin
mav.northwind16-Sep-04 3:07
mav.northwind16-Sep-04 3:07 
Generaldelete datagird row Pin
Daminda16-Sep-04 1:20
Daminda16-Sep-04 1:20 
GeneralRe: delete datagird row Pin
sreejith ss nair16-Sep-04 2:28
sreejith ss nair16-Sep-04 2:28 
Generalserialization Pin
brain2cpu16-Sep-04 1:07
professionalbrain2cpu16-Sep-04 1:07 
GeneralRe: serialization Pin
turbochimp16-Sep-04 2:58
turbochimp16-Sep-04 2:58 
I'm not sure why you're using the XML serializer for this, but here goes...

XML serialization is not designed to access private class members. If you want to force XML serialization to store private class mambers, you may be able to do so using the IXmlSerializable interface see here[^] for a little more info.
If XML serialization is not a requirement, you might consider binary serialization. There's much better support for customizing the serialization process built into the framework (and documented).

Good luck.



The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!' ('I found it!') but 'That's funny...’

GeneralRe: serialization Pin
brain2cpu16-Sep-04 3:31
professionalbrain2cpu16-Sep-04 3:31 
Generalwhy DrawString method does not print "\t" Pin
Mikel Fayad15-Sep-04 22:40
Mikel Fayad15-Sep-04 22:40 
GeneralRe: why DrawString method does not print "\t" Pin
sreejith ss nair15-Sep-04 23:23
sreejith ss nair15-Sep-04 23:23 
GeneralRe: why DrawString method does not print "\t" Pin
sreejith ss nair16-Sep-04 0:44
sreejith ss nair16-Sep-04 0:44 
QuestionHow to get Ipv6 address in WinXP Pin
FrankJiao15-Sep-04 21:11
FrankJiao15-Sep-04 21:11 
AnswerRe: How to get Ipv6 address in WinXP Pin
leppie15-Sep-04 22:17
leppie15-Sep-04 22:17 
GeneralRe: How to get Ipv6 address in WinXP Pin
FrankJiao15-Sep-04 22:31
FrankJiao15-Sep-04 22:31 
GeneralDatagrid Pin
Daminda15-Sep-04 20:59
Daminda15-Sep-04 20:59 
GeneralRe: Datagrid Pin
sreejith ss nair15-Sep-04 22:38
sreejith ss nair15-Sep-04 22:38 
Generalforeach with index Pin
Anonymous15-Sep-04 18:07
Anonymous15-Sep-04 18:07 
GeneralRe: foreach with index Pin
Corinna John15-Sep-04 20:21
Corinna John15-Sep-04 20:21 
QuestionHow to get file list of remote server? Pin
Liang Gao15-Sep-04 17:04
Liang Gao15-Sep-04 17:04 
AnswerRe: How to get file list of remote server? Pin
mav.northwind15-Sep-04 22:34
mav.northwind15-Sep-04 22:34 
GeneralRe: How to get file list of remote server? Pin
Liang Gao16-Sep-04 13:53
Liang Gao16-Sep-04 13:53 
QuestionHow to use Ms Chart Pin
xiaowenjie15-Sep-04 16:22
xiaowenjie15-Sep-04 16:22 
AnswerRe: How to use Ms Chart Pin
sreejith ss nair15-Sep-04 22:28
sreejith ss nair15-Sep-04 22:28 
QuestionShut of reformatting of a file section in IDE? Pin
Joe Woodbury15-Sep-04 13:14
professionalJoe Woodbury15-Sep-04 13:14 

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.