Click here to Skip to main content
15,906,467 members
Home / Discussions / C#
   

C#

 
GeneralRe: radiobutton and bool Pin
kabutar23-Oct-07 21:10
kabutar23-Oct-07 21:10 
GeneralRe: radiobutton and bool Pin
kabutar23-Oct-07 21:22
kabutar23-Oct-07 21:22 
GeneralRe: radiobutton and bool Pin
N a v a n e e t h23-Oct-07 21:25
N a v a n e e t h23-Oct-07 21:25 
GeneralRe: radiobutton and bool Pin
kabutar23-Oct-07 21:34
kabutar23-Oct-07 21:34 
AnswerRe: radiobutton and bool Pin
Spunky Coder23-Oct-07 20:53
Spunky Coder23-Oct-07 20:53 
QuestionWhat is embossing method? Pin
yohanes.luhur23-Oct-07 20:36
yohanes.luhur23-Oct-07 20:36 
AnswerRe: What is embossing method? Pin
Christian Graus23-Oct-07 21:05
protectorChristian Graus23-Oct-07 21:05 
AnswerRe: What is embossing method? Pin
Pete O'Hanlon23-Oct-07 22:25
mvePete O'Hanlon23-Oct-07 22:25 
QuestionPlz help me to display on Dropdownlist Pin
P_Elza23-Oct-07 20:32
P_Elza23-Oct-07 20:32 
AnswerRe: Plz help me to display on Dropdownlist Pin
Christian Graus23-Oct-07 20:56
protectorChristian Graus23-Oct-07 20:56 
GeneralRe: Plz help me to display on Dropdownlist Pin
P_Elza23-Oct-07 21:16
P_Elza23-Oct-07 21:16 
GeneralRe: Plz help me to display on Dropdownlist Pin
Christian Graus23-Oct-07 21:30
protectorChristian Graus23-Oct-07 21:30 
GeneralRe: Plz help me to display on Dropdownlist Pin
P_Elza23-Oct-07 21:58
P_Elza23-Oct-07 21:58 
GeneralRe: update from combobo to textbox Pin
Christian Graus23-Oct-07 20:12
protectorChristian Graus23-Oct-07 20:12 
GeneralRe: update from combobo to textbox Pin
kabutar23-Oct-07 20:23
kabutar23-Oct-07 20:23 
QuestionRemoving refrences or objects ? Garbage collector Pin
N a v a n e e t h23-Oct-07 20:03
N a v a n e e t h23-Oct-07 20:03 
AnswerRe: Removing refrences or objects ? Garbage collector Pin
Christian Graus23-Oct-07 20:10
protectorChristian Graus23-Oct-07 20:10 
GeneralRe: Removing refrences or objects ? Garbage collector Pin
N a v a n e e t h23-Oct-07 20:14
N a v a n e e t h23-Oct-07 20:14 
GeneralRe: Removing refrences or objects ? Garbage collector Pin
Christian Graus23-Oct-07 20:25
protectorChristian Graus23-Oct-07 20:25 
GeneralRe: Removing refrences or objects ? Garbage collector Pin
N a v a n e e t h23-Oct-07 20:31
N a v a n e e t h23-Oct-07 20:31 
GeneralRe: Removing refrences or objects ? Garbage collector Pin
lmoelleb23-Oct-07 20:45
lmoelleb23-Oct-07 20:45 
GeneralRe: Removing refrences or objects ? Garbage collector Pin
N a v a n e e t h23-Oct-07 20:59
N a v a n e e t h23-Oct-07 20:59 
lmoelleb wrote:
If you forgot to call Dispose it will still be called from the garbage collector when it gets arround to release the object.


See the following from MSDN

MSDN says:
Do not assume that Dispose will be called. Unmanaged resources owned by a type should also be released in a Finalize method in the event that Dispose is not called.


And the design pattern says, not to call Dispose() method from Finalize. What do you say ? This makes things in confusion.Confused | :confused:


GeneralRe: Removing refrences or objects ? Garbage collector Pin
lmoelleb23-Oct-07 21:17
lmoelleb23-Oct-07 21:17 
GeneralRe: Removing refrences or objects ? Garbage collector Pin
N a v a n e e t h23-Oct-07 21:21
N a v a n e e t h23-Oct-07 21:21 
GeneralRe: Removing refrences or objects ? Garbage collector Pin
lmoelleb23-Oct-07 21:27
lmoelleb23-Oct-07 21:27 

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.