Click here to Skip to main content
15,904,653 members
Home / Discussions / C#
   

C#

 
QuestionSome hard drive's capacity?? Pin
Muammar©2-Feb-08 20:17
Muammar©2-Feb-08 20:17 
GeneralRe: Some hard drive's capacity?? Pin
michaelvdnest2-Feb-08 21:49
michaelvdnest2-Feb-08 21:49 
GeneralRe: Some hard drive's capacity?? Pin
Muammar©2-Feb-08 22:08
Muammar©2-Feb-08 22:08 
GeneralRe: Some hard drive's capacity?? Pin
Judah Gabriel Himango2-Feb-08 21:50
sponsorJudah Gabriel Himango2-Feb-08 21:50 
GeneralRe: Some hard drive's capacity?? Pin
Muammar©2-Feb-08 22:09
Muammar©2-Feb-08 22:09 
Generaldebugging native c++ Pin
justintimberlake2-Feb-08 17:42
justintimberlake2-Feb-08 17:42 
GeneralRe: debugging native c++ Pin
Judah Gabriel Himango2-Feb-08 21:48
sponsorJudah Gabriel Himango2-Feb-08 21:48 
GeneralRe: debugging native c++ Pin
justintimberlake2-Feb-08 22:05
justintimberlake2-Feb-08 22:05 
GeneralRe: debugging native c++ Pin
Judah Gabriel Himango4-Feb-08 5:33
sponsorJudah Gabriel Himango4-Feb-08 5:33 
GeneralPictureBox Pin
james_dixon_20082-Feb-08 15:42
james_dixon_20082-Feb-08 15:42 
GeneralRe: PictureBox Pin
Luc Pattyn2-Feb-08 17:22
sitebuilderLuc Pattyn2-Feb-08 17:22 
GeneralMDI parent and children Pin
Jacob Dixon2-Feb-08 14:44
Jacob Dixon2-Feb-08 14:44 
GeneralRe: MDI parent and children Pin
DaveyM692-Feb-08 15:46
professionalDaveyM692-Feb-08 15:46 
GeneralRe: MDI parent and children Pin
Jacob Dixon2-Feb-08 17:27
Jacob Dixon2-Feb-08 17:27 
GeneralRe: MDI parent and children Pin
DaveyM692-Feb-08 23:55
professionalDaveyM692-Feb-08 23:55 
GeneralNeed a Interactive Map control. Pin
hdv2122-Feb-08 8:41
hdv2122-Feb-08 8:41 
GeneralRe: Need a Interactive Map control. Pin
Gareth H2-Feb-08 11:16
Gareth H2-Feb-08 11:16 
GeneralRe: Need a Interactive Map control. Pin
hdv2122-Feb-08 11:20
hdv2122-Feb-08 11:20 
QuestionEncoding problem?? Pin
andredani2-Feb-08 7:36
andredani2-Feb-08 7:36 
AnswerRe: Encoding problem?? Pin
DaveyM692-Feb-08 12:06
professionalDaveyM692-Feb-08 12:06 
GeneralRe: Encoding problem?? Pin
andredani2-Feb-08 12:13
andredani2-Feb-08 12:13 
GeneralRe: Encoding problem?? Pin
DaveyM692-Feb-08 12:30
professionalDaveyM692-Feb-08 12:30 
Question[Serializable] for class inside class Pin
Roland Bär2-Feb-08 6:58
Roland Bär2-Feb-08 6:58 
Hi,

I have some Problems with Serialization:

I have a class B that is inside a class A:

public class A
{
    [Serializable]
    public class B
    {
        public int Number;
    }
}


When I try to serialize/deserialize it with the XML Serializer it does not work.

Is it possible to serialize a class that is inside a class (so I have to search the bug elsewhere) or is it impossible (so I have to change the structure of the classes)?

Thanks
Roland



Hi! I'm a signature virus. Copy me into your sig file and help me spread!

Follow your Euro notes in their tracks



AnswerRe: [Serializable] for class inside class Pin
Roland Bär2-Feb-08 7:18
Roland Bär2-Feb-08 7:18 
GeneralChange the value of text box in another form Pin
Strategic_Thinker2-Feb-08 3:48
Strategic_Thinker2-Feb-08 3:48 

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.