Click here to Skip to main content
15,914,070 members
Home / Discussions / C#
   

C#

 
AnswerRe: Block Access Pin
Dave Kreskowiak29-May-07 7:05
mveDave Kreskowiak29-May-07 7:05 
QuestionAxWebBrowser in a user control, in a MDI application Pin
dcamanni29-May-07 5:41
dcamanni29-May-07 5:41 
QuestionSharepoint/WSS 3.0 Pin
Ramamurthi29-May-07 4:35
Ramamurthi29-May-07 4:35 
QuestionBinding : Text property empty when control invisible Pin
topcatalpha29-May-07 3:25
topcatalpha29-May-07 3:25 
Questionfail to load view state Pin
tauras8129-May-07 3:17
tauras8129-May-07 3:17 
QuestionDesigner.cs files and Clear Case [modified] Pin
mtaNY29-May-07 2:58
mtaNY29-May-07 2:58 
QuestionUsing Flush and Dispose on grapichs object ! Pin
Hussam Fattahi29-May-07 2:41
Hussam Fattahi29-May-07 2:41 
AnswerRe: Using Flush and Dispose on grapichs object ! Pin
Colin Angus Mackay29-May-07 2:54
Colin Angus Mackay29-May-07 2:54 
I'm not sure about what Flush does in this context, but if it is like a file then it won't necessariliy complete the rendering until some later stage.

Dispose is easier because it is a well defined interface. If you fail to call Dispose the garbage collector will dispose the object at some later stage. However, if an object has a Dispose method or implements IDisposable then you should be disposing it because it means the object had unmanaged or scarce resources which need to be freed up. Failing to free the resource in a timely manner may cause your application to perform poorly or crash (the resource be become exhausted and the garbage collector won't know anything about it)


Upcoming events:
* Glasgow: SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services...

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

QuestionHow to send a single/multiple folder to single/multiple users Pin
devesh_code29-May-07 2:37
devesh_code29-May-07 2:37 
AnswerRe: How to send a single/multiple folder to single/multiple users Pin
Colin Angus Mackay29-May-07 2:49
Colin Angus Mackay29-May-07 2:49 
GeneralRe: How to send a single/multiple folder to single/multiple users Pin
devesh_code29-May-07 2:53
devesh_code29-May-07 2:53 
GeneralRe: How to send a single/multiple folder to single/multiple users Pin
Colin Angus Mackay29-May-07 2:55
Colin Angus Mackay29-May-07 2:55 
GeneralRe: How to send a single/multiple folder to single/multiple users Pin
Manoj Kumar Rai29-May-07 3:19
professionalManoj Kumar Rai29-May-07 3:19 
GeneralRe: How to send a single/multiple folder to single/multiple users Pin
devesh_code29-May-07 3:27
devesh_code29-May-07 3:27 
QuestionDrawing with OpenGl commands Pin
nonamecd29-May-07 2:29
nonamecd29-May-07 2:29 
QuestionCan we compare two datareader values Pin
Mujz.........29-May-07 2:21
Mujz.........29-May-07 2:21 
AnswerRe: Can we compare two datareader values Pin
Colin Angus Mackay29-May-07 2:49
Colin Angus Mackay29-May-07 2:49 
AnswerRe: Can we compare two datareader values Pin
Sandeep Akhare29-May-07 2:53
Sandeep Akhare29-May-07 2:53 
GeneralRe: Can we compare two datareader values Pin
Colin Angus Mackay29-May-07 3:02
Colin Angus Mackay29-May-07 3:02 
GeneralRe: Can we compare two datareader values Pin
Sandeep Akhare29-May-07 3:16
Sandeep Akhare29-May-07 3:16 
AnswerRe: Can we compare two datareader values Pin
Nouman Bhatti29-May-07 2:54
Nouman Bhatti29-May-07 2:54 
GeneralRe: Can we compare two datareader values Pin
Mujz.........29-May-07 3:00
Mujz.........29-May-07 3:00 
GeneralRe: Can we compare two datareader values Pin
Colin Angus Mackay29-May-07 3:05
Colin Angus Mackay29-May-07 3:05 
GeneralRe: Can we compare two datareader values Pin
Mujz.........29-May-07 3:11
Mujz.........29-May-07 3:11 
GeneralRe: Can we compare two datareader values Pin
Colin Angus Mackay29-May-07 3:48
Colin Angus Mackay29-May-07 3:48 

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.