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

C#

 
AnswerRe: Explicit assignment of method return value Pin
Luc Pattyn28-Jun-08 9:37
sitebuilderLuc Pattyn28-Jun-08 9:37 
GeneralRe: Explicit assignment of method return value Pin
Alan N29-Jun-08 2:32
Alan N29-Jun-08 2:32 
QuestionInserting an SWF file into a web application Pin
WebMaster28-Jun-08 6:54
WebMaster28-Jun-08 6:54 
AnswerRe: Inserting an SWF file into a web application Pin
subai28-Jun-08 18:13
subai28-Jun-08 18:13 
QuestionHow Can i Copy Object?! Pin
Admin88728-Jun-08 6:22
Admin88728-Jun-08 6:22 
AnswerRe: How Can i Copy Object?! Pin
Karthik Kalyanasundaram28-Jun-08 6:27
Karthik Kalyanasundaram28-Jun-08 6:27 
GeneralRe: How Can i Copy Object?! Pin
Admin88728-Jun-08 6:43
Admin88728-Jun-08 6:43 
GeneralRe: How Can i Copy Object?! Pin
Colin Angus Mackay28-Jun-08 10:20
Colin Angus Mackay28-Jun-08 10:20 
Admin887 wrote:
// o2.clone() does not exist Mad | :mad:


It doesn't help if you appear to be angry with the person that tried to help you. Especially, when it seems you have misunderstood that assistance.

You cannot clone a System.Object because it does not implement ICloneable. Adding it to the Form1 class will not help, it only demands that you provide an implementation for the Form1 class.


Admin887 wrote:
what do you mean type? which type?


A "type" in .NET can be a class, a struct, an enum, and so on.

The "type" the person was referring to was the type of the object which you are trying to clone. You can only add ICloneable to types that you create. You cannot add it to existing types.

Now, what do you really want to do? Creating a System.Object is generally not a very useful thing to do.


QuestionRe: How Can i Copy Object?! [modified] Pin
Admin88728-Jun-08 23:23
Admin88728-Jun-08 23:23 
QuestionReporting system information, operating system, ram, installed applications such as Oracle and versions?? Pin
RichardContact-128-Jun-08 6:20
RichardContact-128-Jun-08 6:20 
QuestionCompressing multiple files and crypto question Pin
PetePetePete28-Jun-08 5:24
PetePetePete28-Jun-08 5:24 
QuestionHow can we select XML's root node with LINQ ? Pin
Mohammad Dayyan28-Jun-08 3:20
Mohammad Dayyan28-Jun-08 3:20 
AnswerRe: How can we select XML's root node with LINQ ? Pin
Colin Angus Mackay28-Jun-08 3:37
Colin Angus Mackay28-Jun-08 3:37 
GeneralRe: How can we select XML's root node with LINQ ? Pin
Mohammad Dayyan28-Jun-08 3:48
Mohammad Dayyan28-Jun-08 3:48 
Questioncrystal report problem Pin
Bhim Prakash Singh28-Jun-08 3:03
Bhim Prakash Singh28-Jun-08 3:03 
AnswerRe: crystal report problem Pin
Colin Angus Mackay28-Jun-08 3:22
Colin Angus Mackay28-Jun-08 3:22 
QuestionService and windows GUI interaction problem. Pin
007_Stu28-Jun-08 3:01
007_Stu28-Jun-08 3:01 
AnswerRe: Service and windows GUI interaction problem. Pin
Giorgi Dalakishvili28-Jun-08 10:51
mentorGiorgi Dalakishvili28-Jun-08 10:51 
QuestionSending email w/ authentication C# Pin
buzobbu28-Jun-08 2:23
buzobbu28-Jun-08 2:23 
QuestionMonitoring Clipboard using Windows Service Pin
Anindya Chatterjee28-Jun-08 1:48
Anindya Chatterjee28-Jun-08 1:48 
QuestionIndexing Generic Arrays Pin
DwR28-Jun-08 1:42
DwR28-Jun-08 1:42 
AnswerRe: Indexing Generic Arrays Pin
Guffa28-Jun-08 3:14
Guffa28-Jun-08 3:14 
QuestionWhat does this syntax mean? Pin
martin_hughes28-Jun-08 0:53
martin_hughes28-Jun-08 0:53 
AnswerRe: What does this syntax mean? Pin
User 665828-Jun-08 0:56
User 665828-Jun-08 0:56 
QuestionHow to Enable & Disable USB Drive Pin
Joe Rozario27-Jun-08 22:31
Joe Rozario27-Jun-08 22:31 

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.