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

C#

 
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 
GeneralRe: ArrayList Pin
Guffa9-Sep-05 4:20
Guffa9-Sep-05 4:20 
If you create a lot of ArrayList objects in a loop, they will not be garbage collected unless you run out of memory. The garbage collector will run when other programs are idle, it will not run while your loop is running, unless absolutely neccesary. Also, the garbage collector collects the oldest objects first, the objects that you just created will be collected last.

---
b { font-weight: normal; }

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 
GeneralRe: Displaying a form with in a panel control Pin
Dave Kreskowiak9-Sep-05 4:37
mveDave Kreskowiak9-Sep-05 4:37 

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.