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
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 
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 
And running out of physical memory is not the only way to throw an OutOfMemory exception. Try running the handle pool dry and you'll do the same thing, even though there's plenty of free memory.

You can do this by creating and NOT disposing of Brushs, Pens, Graphics objects, Forms shown with ShowDialog, ...

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 
AnswerRe: How to Return Structure in C# Pin
Mark Salsbery19-Oct-11 8:45
Mark Salsbery19-Oct-11 8:45 
GeneralRe: How to Return Structure in C# Pin
AmbiguousName19-Oct-11 8:57
AmbiguousName19-Oct-11 8:57 

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.