Click here to Skip to main content
15,881,173 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: WCF or Web Services Pin
leppie6-Aug-08 4:08
leppie6-Aug-08 4:08 
GeneralRe: WCF or Web Services Pin
George_George6-Aug-08 19:36
George_George6-Aug-08 19:36 
GeneralRe: WCF or Web Services Pin
led mike6-Aug-08 5:33
led mike6-Aug-08 5:33 
GeneralRe: WCF or Web Services Pin
George_George6-Aug-08 19:37
George_George6-Aug-08 19:37 
QuestionSerialisation For Windows Application Pin
Thaer Hamael6-Aug-08 0:50
Thaer Hamael6-Aug-08 0:50 
QuestionSpell Check in textbox Pin
Zuhair Rizvi6-Aug-08 0:24
Zuhair Rizvi6-Aug-08 0:24 
AnswerRe: Spell Check in textbox Pin
John Ad6-Aug-08 4:09
John Ad6-Aug-08 4:09 
GeneralRe: Spell Check in textbox Pin
Zuhair Rizvi6-Aug-08 21:33
Zuhair Rizvi6-Aug-08 21:33 

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.