Click here to Skip to main content
15,891,473 members
Home / Discussions / C#
   

C#

 
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 
private void serialize( )
{
Stream stream = File.Open("Thaer.xml",FileMode.Create);
SoapFormatter formatter = new SoapFormatter();
object obj = this.button1;
formatter.AssemblyFormat=System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Full;
try
{
formatter.Serialize(stream, obj);
}
catch { }
}

int this Code The .Net Give Me This Exeption :-

Type 'System.Windows.Forms.Button' in Assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is not marked as serializable.

I Wount To Serialise The Button As Object And The TextBox
The Serialisation of it Must Have The Status Of It As Visible Or Hiden And The Size And Colore And ...............

Who I Can Do It ?Rose | [Rose]

Thaer

modified on Thursday, August 7, 2008 1:44 AM

GeneralRe: No One Can Hellp Me About Serialisation For Windows Application Pin
Alan Balkany7-Aug-08 3:30
Alan Balkany7-Aug-08 3:30 
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 

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.