Click here to Skip to main content
15,901,284 members
Home / Discussions / C#
   

C#

 
AnswerRe: double buffering Pin
mcljava2-Dec-05 8:26
mcljava2-Dec-05 8:26 
Questionwindow handle in .net Pin
ramenk1-Dec-05 1:18
ramenk1-Dec-05 1:18 
AnswerRe: window handle in .net Pin
S. Senthil Kumar1-Dec-05 3:13
S. Senthil Kumar1-Dec-05 3:13 
AnswerRe: window handle in .net Pin
Dave Kreskowiak1-Dec-05 6:30
mveDave Kreskowiak1-Dec-05 6:30 
Question.NET Deployment(embed msi in msi) Pin
sameerbhise.pspl1-Dec-05 1:03
sameerbhise.pspl1-Dec-05 1:03 
AnswerRe: .NET Deployment(embed msi in msi) Pin
Curtis Schlak.1-Dec-05 15:43
Curtis Schlak.1-Dec-05 15:43 
QuestionGetting the size of an object Pin
MrEyes1-Dec-05 0:42
MrEyes1-Dec-05 0:42 
AnswerRe: Getting the size of an object Pin
Dave Kreskowiak1-Dec-05 6:29
mveDave Kreskowiak1-Dec-05 6:29 
The size of a DataSet object? I don't think you can, reliably anyway.
The error says it all - "no meaningful size or offset can be computed".

The DataSet is a complex object that not only holds value types, but also holds references to other objects, that won't be inside the footprint of the DataSet object. You'd have to get the size of every referenced object that a DataSet refers to, and add that to the size of the DataSet. But as you've already found out, you can't do that.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

AnswerRe: Getting the size of an object Pin
Andy Brummer1-Dec-05 8:08
sitebuilderAndy Brummer1-Dec-05 8:08 
GeneralRe: Getting the size of an object Pin
MrEyes1-Dec-05 23:01
MrEyes1-Dec-05 23:01 
Questionchange background of console Pin
lucluv1-Dec-05 0:40
lucluv1-Dec-05 0:40 
AnswerRe: change background of console Pin
Rob Philpott1-Dec-05 1:09
Rob Philpott1-Dec-05 1:09 
AnswerRe: change background of console Pin
Rob Philpott1-Dec-05 1:14
Rob Philpott1-Dec-05 1:14 
Questionproblem with XMLConvert.ToDateTime Pin
Rafferty Uy30-Nov-05 21:45
Rafferty Uy30-Nov-05 21:45 
AnswerRe: problem with XMLConvert.ToDateTime Pin
Rob Philpott30-Nov-05 23:28
Rob Philpott30-Nov-05 23:28 
GeneralRe: problem with XMLConvert.ToDateTime Pin
Rafferty Uy1-Dec-05 13:35
Rafferty Uy1-Dec-05 13:35 
GeneralRe: problem with XMLConvert.ToDateTime Pin
Rob Philpott1-Dec-05 21:10
Rob Philpott1-Dec-05 21:10 
QuestionWindows Service problem Pin
deep730-Nov-05 19:18
deep730-Nov-05 19:18 
AnswerRe: Windows Service problem Pin
leppie30-Nov-05 19:29
leppie30-Nov-05 19:29 
QuestionRead Another Programs Memory Pin
emiisdev30-Nov-05 17:07
emiisdev30-Nov-05 17:07 
AnswerRe: Read Another Programs Memory Pin
Rob Philpott30-Nov-05 23:09
Rob Philpott30-Nov-05 23:09 
GeneralRe: Read Another Programs Memory Pin
emiisdev1-Dec-05 5:20
emiisdev1-Dec-05 5:20 
GeneralRe: Read Another Programs Memory Pin
Rob Philpott1-Dec-05 6:07
Rob Philpott1-Dec-05 6:07 
AnswerRe: Read Another Programs Memory Pin
Dave Kreskowiak1-Dec-05 6:23
mveDave Kreskowiak1-Dec-05 6:23 
QuestionTo use CollectionBase or not to use collectionBase. That is the question Pin
Ista30-Nov-05 16:49
Ista30-Nov-05 16:49 

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.