Click here to Skip to main content
16,006,428 members
Home / Discussions / C#
   

C#

 
AnswerRe: Sockets or Remoting? Pin
Ista30-Aug-06 11:08
Ista30-Aug-06 11:08 
QuestionInserting a Null value in BLOB field in Oracle Pin
kalyanPaladugu30-Aug-06 7:51
kalyanPaladugu30-Aug-06 7:51 
AnswerRe: Inserting a Null value in BLOB field in Oracle Pin
mikone30-Aug-06 8:10
mikone30-Aug-06 8:10 
QuestionAssembly.createInstance contructor not found [modified] Pin
Walter Dias30-Aug-06 7:33
professionalWalter Dias30-Aug-06 7:33 
AnswerRe: Assembly.createInstance contructor not found Pin
Martin#30-Aug-06 9:48
Martin#30-Aug-06 9:48 
GeneralRe: Assembly.createInstance contructor not found Pin
Walter Dias30-Aug-06 10:56
professionalWalter Dias30-Aug-06 10:56 
QuestionGDI+ Serialization error Pin
theonewithtom30-Aug-06 6:58
theonewithtom30-Aug-06 6:58 
QuestionHelp - Serialization Problem Pin
Aaron Schaefer30-Aug-06 6:46
Aaron Schaefer30-Aug-06 6:46 
Hi ALl,

I have developed a control library, and am running into some problems with serialization. When trying to serialize one of my controls, the serializer complains when it runs into something like the following:

[Serializable]
public class Control
{
public ContextMenu {get{...} set{...}}
}

So, the ContextMenu class is not serializable. If I try something like this:

[Serializable]
public class Control
{
[NonSerialized]
public ContextMenu {get{...} set{...}}
}

I will get another error that the NonSerialized attribute is only for fields or something. Apparently this only works for simple types, ie int's, strings? Is there another attribute to tell it to ignore a certain property when serializing?

Thanks in advance
QuestionGDI+ & Calculation Problems. Pin
Gavin Roberts30-Aug-06 5:23
Gavin Roberts30-Aug-06 5:23 
AnswerRe: GDI+ & Calculation Problems. Pin
mikone30-Aug-06 5:39
mikone30-Aug-06 5:39 
GeneralRe: GDI+ & Calculation Problems. Pin
Gavin Roberts30-Aug-06 5:54
Gavin Roberts30-Aug-06 5:54 
GeneralRe: GDI+ & Calculation Problems. Pin
Gavin Roberts30-Aug-06 6:37
Gavin Roberts30-Aug-06 6:37 
GeneralRe: GDI+ & Calculation Problems. [modified] Pin
mikone30-Aug-06 7:41
mikone30-Aug-06 7:41 
QuestionAdd buttons to ControlBox? Pin
Vodstok30-Aug-06 5:05
Vodstok30-Aug-06 5:05 
AnswerRe: Add buttons to ControlBox? Pin
mikone30-Aug-06 5:44
mikone30-Aug-06 5:44 
QuestionMemory allocation Pin
pawelpustelnik30-Aug-06 4:56
pawelpustelnik30-Aug-06 4:56 
AnswerRe: Memory allocation Pin
mikone30-Aug-06 5:05
mikone30-Aug-06 5:05 
GeneralRe: Memory allocation Pin
leppie30-Aug-06 11:17
leppie30-Aug-06 11:17 
GeneralRe: Memory allocation Pin
mikone30-Aug-06 11:33
mikone30-Aug-06 11:33 
GeneralRe: Memory allocation Pin
pawelpus30-Aug-06 11:59
pawelpus30-Aug-06 11:59 
GeneralRe: Memory allocation Pin
mikone30-Aug-06 12:28
mikone30-Aug-06 12:28 
GeneralRe: Memory allocation Pin
pawelpus30-Aug-06 22:15
pawelpus30-Aug-06 22:15 
GeneralRe: Memory allocation Pin
mikone31-Aug-06 7:25
mikone31-Aug-06 7:25 
AnswerRe: Memory allocation Pin
Robert Rohde30-Aug-06 5:45
Robert Rohde30-Aug-06 5:45 
GeneralRe: Memory allocation Pin
pawelpus30-Aug-06 12:01
pawelpus30-Aug-06 12:01 

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.