Click here to Skip to main content
16,005,120 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to generate the area of the irregular polygon Pin
BobJanova19-Oct-11 22:15
BobJanova19-Oct-11 22:15 
GeneralRe: How to generate the area of the irregular polygon Pin
CDP180219-Oct-11 22:57
CDP180219-Oct-11 22:57 
AnswerRe: How to generate the area of the irregular polygon Pin
Pascal Ganaye19-Oct-11 23:24
Pascal Ganaye19-Oct-11 23:24 
GeneralRe: How to generate the area of the irregular polygon Pin
Luc Pattyn19-Oct-11 23:44
sitebuilderLuc Pattyn19-Oct-11 23:44 
GeneralRe: How to generate the area of the irregular polygon Pin
BobJanova20-Oct-11 0:30
BobJanova20-Oct-11 0:30 
GeneralRe: How to generate the area of the irregular polygon Pin
BillWoodruff20-Oct-11 19:43
professionalBillWoodruff20-Oct-11 19:43 
QuestionGet free memory Pin
Mehdi Gholam19-Oct-11 20:19
Mehdi Gholam19-Oct-11 20:19 
AnswerRe: Get free memory Pin
André Kraak19-Oct-11 21:35
André Kraak19-Oct-11 21:35 
You might want to have a look at MemoryFailPoint Class[^].
Creating an instance of a MemoryFailPoint class creates a memory gate. A memory gate is a check for sufficient resources prior to initiating an activity requiring a large amount of memory. Failing the check throws an InsufficientMemoryException[^] that avoids starting an operation, reducing the possibility of an application failing during execution due to lack of resources. This allows an application to decrease its performance in an effort to avoid an OutOfMemoryException[^] and any state corruption that may result from improper handling of an OutOfMemoryException[^] in arbitrary locations in code.

0100000101101110011001000111001011101001

AnswerRe: Get free memory Pin
OriginalGriff19-Oct-11 22:39
mveOriginalGriff19-Oct-11 22:39 
AnswerRe: Get free memory Pin
Dave Kreskowiak20-Oct-11 1:53
mveDave Kreskowiak20-Oct-11 1:53 
QuestionDataGridView question Pin
Tom Paronis19-Oct-11 11:55
Tom Paronis19-Oct-11 11:55 
AnswerRe: DataGridView question Pin
Eddy Vluggen20-Oct-11 1:57
professionalEddy Vluggen20-Oct-11 1:57 
GeneralRe: DataGridView question Pin
Tom Paronis20-Oct-11 9:05
Tom Paronis20-Oct-11 9:05 
GeneralRe: DataGridView question Pin
Eddy Vluggen20-Oct-11 9:43
professionalEddy Vluggen20-Oct-11 9:43 
AnswerRe: DataGridView question Pin
BobJanova20-Oct-11 3:05
BobJanova20-Oct-11 3:05 
GeneralRe: DataGridView question Pin
Tom Paronis20-Oct-11 9:06
Tom Paronis20-Oct-11 9:06 
QuestionAdvice on running event log watcher as a service Pin
CCodeNewbie19-Oct-11 9:45
CCodeNewbie19-Oct-11 9:45 
AnswerRe: Advice on running event log watcher as a service Pin
André Kraak19-Oct-11 11:46
André Kraak19-Oct-11 11:46 
GeneralRe: Advice on running event log watcher as a service Pin
CCodeNewbie19-Oct-11 11:52
CCodeNewbie19-Oct-11 11:52 
GeneralRe: Advice on running event log watcher as a service Pin
SledgeHammer0119-Oct-11 12:16
SledgeHammer0119-Oct-11 12:16 
GeneralRe: Advice on running event log watcher as a service Pin
CCodeNewbie19-Oct-11 21:55
CCodeNewbie19-Oct-11 21:55 
QuestionHow to Return Structure in C# Pin
AmbiguousName19-Oct-11 8:30
AmbiguousName19-Oct-11 8:30 
AnswerRe: How to Return Structure in C# Pin
fjdiewornncalwe19-Oct-11 8:42
professionalfjdiewornncalwe19-Oct-11 8:42 
AnswerRe: How to Return Structure in C# Pin
AmbiguousName19-Oct-11 8:56
AmbiguousName19-Oct-11 8:56 
GeneralRe: How to Return Structure in C# Pin
fjdiewornncalwe20-Oct-11 3:46
professionalfjdiewornncalwe20-Oct-11 3:46 

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.