Click here to Skip to main content
15,921,028 members
Home / Discussions / C#
   

C#

 
QuestionExtract JSON stringify Pin
July moe19-Feb-11 2:21
July moe19-Feb-11 2:21 
AnswerRe: Extract JSON stringify Pin
Richard MacCutchan19-Feb-11 2:59
mveRichard MacCutchan19-Feb-11 2:59 
AnswerRe: Extract JSON stringify Pin
Shahriar Iqbal Chowdhury/Galib19-Feb-11 5:13
professionalShahriar Iqbal Chowdhury/Galib19-Feb-11 5:13 
QuestionChanging the width of dataGridView Column Pin
Michael Waguih19-Feb-11 0:43
Michael Waguih19-Feb-11 0:43 
AnswerReason for my vote of one: Pin
OriginalGriff19-Feb-11 1:47
mveOriginalGriff19-Feb-11 1:47 
AnswerRe: Reason for my vote of one: Pin
Luc Pattyn19-Feb-11 3:30
sitebuilderLuc Pattyn19-Feb-11 3:30 
GeneralRe: Reason for my vote of one: Pin
OriginalGriff19-Feb-11 3:32
mveOriginalGriff19-Feb-11 3:32 
AnswerRe: Reason for my vote of one: Pin
Luc Pattyn19-Feb-11 3:58
sitebuilderLuc Pattyn19-Feb-11 3:58 
Questionevent handler in c# Pin
aeman18-Feb-11 22:00
aeman18-Feb-11 22:00 
AnswerRe: event handler in c# Pin
Estys18-Feb-11 22:22
Estys18-Feb-11 22:22 
GeneralRe: event handler in c# Pin
aeman18-Feb-11 22:32
aeman18-Feb-11 22:32 
GeneralRe: event handler in c# Pin
I Believe In GOD18-Feb-11 22:56
I Believe In GOD18-Feb-11 22:56 
GeneralRe: event handler in c# Pin
aeman18-Feb-11 23:02
aeman18-Feb-11 23:02 
QuestionCopy Object Pin
Ramkumar_S18-Feb-11 16:29
Ramkumar_S18-Feb-11 16:29 
AnswerRe: Copy Object Pin
RobCroll18-Feb-11 18:46
RobCroll18-Feb-11 18:46 
AnswerRe: Copy Object Pin
dan!sh 18-Feb-11 23:47
professional dan!sh 18-Feb-11 23:47 
If you need a shallow copy ie two references to same object, then just equate them. If you need a deep copy ie new object with same values, you use reflection (will be slow) or you can use MemoryStream and BinaryFormatter to do this. If you search google for creating deep copy, you can find lot of examples to do this.
"Your code will never work, Luc's always will.", Richard MacCutchan[^]

QuestionCan not open the designer. It gives error Pin
arkiboys18-Feb-11 14:24
arkiboys18-Feb-11 14:24 
AnswerRe: Can not open the designer. It gives error Pin
thatraja18-Feb-11 15:13
professionalthatraja18-Feb-11 15:13 
GeneralRe: Can not open the designer. It gives error Pin
arkiboys18-Feb-11 15:16
arkiboys18-Feb-11 15:16 
QuestionIBasicVideo GetCurrentImage displaced Pin
Marcus Vatterott18-Feb-11 3:15
Marcus Vatterott18-Feb-11 3:15 
AnswerRe: IBasicVideo GetCurrentImage displaced Pin
Luc Pattyn18-Feb-11 5:53
sitebuilderLuc Pattyn18-Feb-11 5:53 
AnswerRe: IBasicVideo GetCurrentImage displaced Pin
Sammy6615-Oct-21 0:45
Sammy6615-Oct-21 0:45 
QuestionConvert VB code snippet to C# Pin
Mc_Topaz18-Feb-11 2:28
Mc_Topaz18-Feb-11 2:28 
AnswerRe: Convert VB code snippet to C# Pin
#realJSOP18-Feb-11 2:44
professional#realJSOP18-Feb-11 2:44 
GeneralRe: Convert VB code snippet to C# Pin
Mc_Topaz18-Feb-11 3:06
Mc_Topaz18-Feb-11 3:06 

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.