Click here to Skip to main content
15,893,337 members
Home / Discussions / C#
   

C#

 
QuestionMaking a C# Console Menu [modified] Pin
CaptainKrtek7-Sep-08 8:47
CaptainKrtek7-Sep-08 8:47 
AnswerRe: Making a C# Console Menu Pin
Mbah Dhaim7-Sep-08 9:52
Mbah Dhaim7-Sep-08 9:52 
GeneralRe: Making a C# Console Menu Pin
CaptainKrtek7-Sep-08 10:28
CaptainKrtek7-Sep-08 10:28 
QuestionDifferently another way to set value for element in XML? Pin
nhatvhm7-Sep-08 7:33
nhatvhm7-Sep-08 7:33 
AnswerRe: Differently another way to set value for element in XML? Pin
Guffa7-Sep-08 8:01
Guffa7-Sep-08 8:01 
GeneralRe: Differently another way to set value for element in XML? Pin
nhatvhm7-Sep-08 15:43
nhatvhm7-Sep-08 15:43 
QuestionHow do I open a help file? Pin
thucbv7-Sep-08 7:23
thucbv7-Sep-08 7:23 
AnswerRe: How do I open a help file? Pin
Mbah Dhaim7-Sep-08 7:31
Mbah Dhaim7-Sep-08 7:31 
QuestionHow can we read a web file ? Pin
Mohammad Dayyan7-Sep-08 6:39
Mohammad Dayyan7-Sep-08 6:39 
AnswerRe: How can we read a web file ? Pin
Mbah Dhaim7-Sep-08 7:11
Mbah Dhaim7-Sep-08 7:11 
AnswerRe: How can we read a web file ? Pin
Guffa7-Sep-08 7:33
Guffa7-Sep-08 7:33 
GeneralRe: How can we read a web file ? Pin
Mohammad Dayyan7-Sep-08 12:35
Mohammad Dayyan7-Sep-08 12:35 
QuestionHow to capture IE/Firefox Addressbar . Pin
Heracles Choe7-Sep-08 3:31
Heracles Choe7-Sep-08 3:31 
Questionhow to copy file using c# to linux which has samba Pin
gencokyay7-Sep-08 1:40
gencokyay7-Sep-08 1:40 
QuestionI lost My Dll Who I Can Return it Pin
Thaer Hamael7-Sep-08 1:15
Thaer Hamael7-Sep-08 1:15 
AnswerRe: I lost My Dll Who I Can Return it [modified] Pin
Mbah Dhaim7-Sep-08 1:29
Mbah Dhaim7-Sep-08 1:29 
AnswerRe: I lost My Dll Who I Can Return it Pin
Paul Conrad7-Sep-08 5:38
professionalPaul Conrad7-Sep-08 5:38 
QuestionSerializable attribute!!! [modified] Pin
Hussam Fattahi7-Sep-08 1:12
Hussam Fattahi7-Sep-08 1:12 
AnswerRe: Serializable attribute!!! Pin
Wendelius7-Sep-08 4:11
mentorWendelius7-Sep-08 4:11 
AnswerRe: Serializable attribute!!! Pin
Robert.C.Cartaino7-Sep-08 4:38
Robert.C.Cartaino7-Sep-08 4:38 
The [Serializable] attribute is not inherited because your derived class might have fields that are not serializable.

The author of your base class (who made the decision to make ClassA serializable) has no idea what you might add to ClassB. So the decision to make a class serializable (or not) is up to the class's author.

Enjoy,

Robert C. Cartaino
QuestionMultiple forms for one program Pin
MorganSim7-Sep-08 1:01
MorganSim7-Sep-08 1:01 
AnswerRe: Multiple forms for one program Pin
Dave Sexton7-Sep-08 1:06
Dave Sexton7-Sep-08 1:06 
AnswerRe: Multiple forms for one program Pin
nelsonpaixao7-Sep-08 12:58
nelsonpaixao7-Sep-08 12:58 
Question20th Trackbar value Pin
Jassim Rahma7-Sep-08 0:03
Jassim Rahma7-Sep-08 0:03 
AnswerRe: 20th Trackbar value Pin
Wendelius7-Sep-08 0:38
mentorWendelius7-Sep-08 0:38 

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.