Click here to Skip to main content
15,886,806 members
Home / Discussions / C#
   

C#

 
AnswerRe: Raw Data to Image in C# Pin
Guffa15-Feb-09 19:47
Guffa15-Feb-09 19:47 
QuestionHow to round the result up to the integer? Pin
Ravi Munde15-Feb-09 19:13
Ravi Munde15-Feb-09 19:13 
AnswerRe: How to round the result up to the integer? Pin
S a n d y15-Feb-09 19:34
S a n d y15-Feb-09 19:34 
AnswerRe: How to round the result up to the integer? Pin
Vikram A Punathambekar15-Feb-09 19:43
Vikram A Punathambekar15-Feb-09 19:43 
Questioncan we force the GC to collect memory . Pin
prasadbuddhika15-Feb-09 18:54
prasadbuddhika15-Feb-09 18:54 
AnswerRe: can we force the GC to collect memory . Pin
Gonxh Aniket15-Feb-09 18:57
Gonxh Aniket15-Feb-09 18:57 
GeneralRe: can we force the GC to collect memory . Pin
prasadbuddhika15-Feb-09 19:06
prasadbuddhika15-Feb-09 19:06 
GeneralRe: can we force the GC to collect memory . Pin
Vikram A Punathambekar15-Feb-09 19:47
Vikram A Punathambekar15-Feb-09 19:47 
prasadbuddhika wrote:
if there any method which i can use to get collected by GC when i give the name of the object even though it is having references


Why would you want to do that? What if the object gets GCed and then a method gets called on that object by one of the other references?

If you know the object is not going to be used further, call its Dispose() method, assuming it has one, or at least set the references to null so the GC can collect it.

Cheers,
Vıkram.

I've never ever worked anywhere where there has not been someone who given the choice I would not work with again. It's a job, you do your work, put up with the people you don't like, accept there are probably people there that don't like you a lot, and look forward to the weekends.
  - Josh Gray.

GeneralRe: can we force the GC to collect memory . Pin
Christian Graus15-Feb-09 19:58
protectorChristian Graus15-Feb-09 19:58 
GeneralRe: can we force the GC to collect memory . Pin
Wes Aday16-Feb-09 4:09
professionalWes Aday16-Feb-09 4:09 
GeneralRe: can we force the GC to collect memory . Pin
N a v a n e e t h15-Feb-09 20:58
N a v a n e e t h15-Feb-09 20:58 
QuestionTreeview document to save existing xml file... Pin
raj23136215-Feb-09 18:47
raj23136215-Feb-09 18:47 
QuestionHow save treeview xml document to xml document Pin
raj23136215-Feb-09 18:46
raj23136215-Feb-09 18:46 
QuestionHow to select parents nodes of a child node Pin
Gonxh Aniket15-Feb-09 17:56
Gonxh Aniket15-Feb-09 17:56 
QuestionTabs not refresh Pin
CodingLover15-Feb-09 16:15
CodingLover15-Feb-09 16:15 
AnswerRe: Tabs not refresh Pin
Luc Pattyn15-Feb-09 16:30
sitebuilderLuc Pattyn15-Feb-09 16:30 
GeneralRe: Tabs not refresh Pin
CodingLover15-Feb-09 16:56
CodingLover15-Feb-09 16:56 
AnswerRe: Tabs not refresh Pin
Luc Pattyn15-Feb-09 17:01
sitebuilderLuc Pattyn15-Feb-09 17:01 
NewsRe: Tabs not refresh Pin
CodingLover15-Feb-09 17:15
CodingLover15-Feb-09 17:15 
AnswerRe: Tabs not refresh Pin
Luc Pattyn15-Feb-09 17:28
sitebuilderLuc Pattyn15-Feb-09 17:28 
GeneralRe: Tabs not refresh Pin
CodingLover15-Feb-09 17:40
CodingLover15-Feb-09 17:40 
AnswerRe: Tabs not refresh Pin
Luc Pattyn16-Feb-09 0:02
sitebuilderLuc Pattyn16-Feb-09 0:02 
AnswerRe: Tabs not refresh Pin
Luc Pattyn15-Feb-09 17:12
sitebuilderLuc Pattyn15-Feb-09 17:12 
QuestionManaging application execution Pin
jimmov115-Feb-09 15:59
jimmov115-Feb-09 15:59 
AnswerRe: Managing application execution Pin
Luc Pattyn15-Feb-09 16:36
sitebuilderLuc Pattyn15-Feb-09 16:36 

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.