Click here to Skip to main content
15,889,992 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dialog in deployment project (any tutorials?) Pin
BlackDice12-Sep-05 3:36
BlackDice12-Sep-05 3:36 
GeneralRe: Dialog in deployment project (any tutorials?) Pin
Susan Hernandez12-Sep-05 6:49
Susan Hernandez12-Sep-05 6:49 
GeneralRe: Dialog in deployment project (any tutorials?) Pin
BlackDice12-Sep-05 6:53
BlackDice12-Sep-05 6:53 
GeneralRe: Dialog in deployment project (any tutorials?) Pin
BlackDice12-Sep-05 7:04
BlackDice12-Sep-05 7:04 
GeneralRe: Dialog in deployment project (any tutorials?) Pin
Susan Hernandez12-Sep-05 7:12
Susan Hernandez12-Sep-05 7:12 
QuestionArrayList Pin
Agyeman9-Sep-05 3:56
Agyeman9-Sep-05 3:56 
AnswerRe: ArrayList Pin
miah alom9-Sep-05 4:07
miah alom9-Sep-05 4:07 
AnswerRe: ArrayList Pin
brunoconde9-Sep-05 4:10
brunoconde9-Sep-05 4:10 
Deconstructor in c# ???? I think Managed code in .NET as Garbage Collector. D'Oh! | :doh: And ArrayList is part of managed Code but i dont know if that garbage is collected. You can try something like doing a loop in that you declare a new ArrayList with some elements. Run it. Then go to Windows Task Manager and if the memory of your program doesn't stop climbing then its because that garbage isnt collected. Put some "big" elements in Array List.

If not try to set ArrayList to null as you say and try again.

Bye. Wink | ;)

pharaoh
GeneralRe: ArrayList Pin
Guffa9-Sep-05 4:20
Guffa9-Sep-05 4:20 
GeneralRe: ArrayList Pin
miah alom9-Sep-05 4:32
miah alom9-Sep-05 4:32 
GeneralRe: ArrayList Pin
Judah Gabriel Himango9-Sep-05 4:57
sponsorJudah Gabriel Himango9-Sep-05 4:57 
GeneralRe: ArrayList Pin
Daniel Turini9-Sep-05 11:05
Daniel Turini9-Sep-05 11:05 
AnswerRe: ArrayList Pin
Guffa9-Sep-05 4:12
Guffa9-Sep-05 4:12 
QuestionThread Safe or not ... Pin
brunoconde9-Sep-05 3:37
brunoconde9-Sep-05 3:37 
AnswerRe: Thread Safe or not ... Pin
Dave Kreskowiak9-Sep-05 4:42
mveDave Kreskowiak9-Sep-05 4:42 
AnswerRe: Thread Safe or not ... Pin
S. Senthil Kumar9-Sep-05 4:52
S. Senthil Kumar9-Sep-05 4:52 
AnswerRe: Thread Safe or not ... Pin
Judah Gabriel Himango9-Sep-05 4:57
sponsorJudah Gabriel Himango9-Sep-05 4:57 
QuestionMuting sound Pin
Lapje9-Sep-05 3:14
Lapje9-Sep-05 3:14 
AnswerRe: Muting sound Pin
miah alom9-Sep-05 4:18
miah alom9-Sep-05 4:18 
AnswerRe: Muting sound Pin
brunoconde9-Sep-05 4:23
brunoconde9-Sep-05 4:23 
GeneralRe: Muting sound Pin
miah alom9-Sep-05 4:33
miah alom9-Sep-05 4:33 
GeneralRe: Muting sound Pin
Lapje9-Sep-05 5:41
Lapje9-Sep-05 5:41 
AnswerRe: Muting sound Pin
Lapje9-Sep-05 22:26
Lapje9-Sep-05 22:26 
QuestionDisplaying a form with in a panel control Pin
Rizwan Bashir9-Sep-05 3:04
Rizwan Bashir9-Sep-05 3:04 
AnswerRe: Displaying a form with in a panel control Pin
miah alom9-Sep-05 4:09
miah alom9-Sep-05 4:09 

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.