Click here to Skip to main content
15,903,362 members
Home / Discussions / C#
   

C#

 
AnswerRe: Load form in the background? Pin
DaveyM696-Aug-08 4:21
professionalDaveyM696-Aug-08 4:21 
GeneralRe: Load form in the background? Pin
Frank Horn6-Aug-08 6:48
Frank Horn6-Aug-08 6:48 
QuestionAutomating Internet Explorer using WatIn Pin
Raj-Ekoham DwitiyoNasti6-Aug-08 4:03
Raj-Ekoham DwitiyoNasti6-Aug-08 4:03 
Questionoverride a treenode class Pin
sanjeevmedhi6-Aug-08 3:47
sanjeevmedhi6-Aug-08 3:47 
AnswerRe: override a treenode class Pin
Bardy856-Aug-08 3:58
Bardy856-Aug-08 3:58 
GeneralRe: override a treenode class Pin
sanjeevmedhi6-Aug-08 4:00
sanjeevmedhi6-Aug-08 4:00 
GeneralRe: override a treenode class Pin
Bardy856-Aug-08 4:20
Bardy856-Aug-08 4:20 
Questionproblem in HtmlEventProxy Pin
mahmoud wafy6-Aug-08 3:43
mahmoud wafy6-Aug-08 3:43 
QuestionReading html file with image and send mail Pin
selvakkumar6-Aug-08 3:11
selvakkumar6-Aug-08 3:11 
AnswerRe: Reading html file with image and send mail Pin
User 66586-Aug-08 3:45
User 66586-Aug-08 3:45 
QuestionRe: Reading html file with image and send mail Pin
selvakkumar6-Aug-08 19:01
selvakkumar6-Aug-08 19:01 
AnswerRe: Reading html file with image and send mail Pin
User 66587-Aug-08 8:23
User 66587-Aug-08 8:23 
QuestionNo One Can Hellp Me About Serialisation For Windows Application Pin
Thaer Hamael6-Aug-08 3:06
Thaer Hamael6-Aug-08 3:06 
AnswerRe: No One Can Hellp Me About Serialisation For Windows Application Pin
Alan Balkany6-Aug-08 3:30
Alan Balkany6-Aug-08 3:30 
GeneralRe: No One Can Hellp Me About Serialisation For Windows Application [modified] Pin
Thaer Hamael6-Aug-08 19:33
Thaer Hamael6-Aug-08 19:33 
GeneralRe: No One Can Hellp Me About Serialisation For Windows Application Pin
Alan Balkany7-Aug-08 3:30
Alan Balkany7-Aug-08 3:30 
To make a class serializable, put: [Serializable] before the class declaration.

System.Windows.Forms.Button isn't a class you have access to, so this won't work.

You may be able to serialize the button's size, position, text, etc... If you add: [OnDeserializedAttribute()] just before a method, that method will be executed immediately after the object is deserialized.

Thus you can use the size, position, text, color, etc... to create an instance of the button following deserialization.
QuestionRe: No One Can Hellp Me About Serialisation For Windows Application Pin
Mark Salsbery6-Aug-08 6:13
Mark Salsbery6-Aug-08 6:13 
AnswerRe: No One Can Hellp Me About Serialisation For Windows Application Pin
Thaer Hamael6-Aug-08 19:35
Thaer Hamael6-Aug-08 19:35 
GeneralRe: No One Can Hellp Me About Serialisation For Windows Application Pin
Mark Salsbery7-Aug-08 4:56
Mark Salsbery7-Aug-08 4:56 
QuestionHow to write addin to outlook Pin
wasimsharp6-Aug-08 2:53
wasimsharp6-Aug-08 2:53 
QuestionWCF or Web Services Pin
George_George6-Aug-08 0:52
George_George6-Aug-08 0:52 
AnswerRe: WCF or Web Services Pin
J4amieC6-Aug-08 1:26
J4amieC6-Aug-08 1:26 
GeneralRe: WCF or Web Services Pin
George_George6-Aug-08 1:33
George_George6-Aug-08 1:33 
GeneralRe: WCF or Web Services Pin
J4amieC6-Aug-08 1:40
J4amieC6-Aug-08 1:40 
GeneralRe: WCF or Web Services Pin
George_George6-Aug-08 2:28
George_George6-Aug-08 2:28 

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.