Click here to Skip to main content
15,921,941 members
Home / Discussions / C#
   

C#

 
GeneralRe: store image into memory Pin
George_George26-Nov-08 21:37
George_George26-Nov-08 21:37 
GeneralRe: store image into memory Pin
Guffa26-Nov-08 23:32
Guffa26-Nov-08 23:32 
GeneralRe: store image into memory Pin
George_George27-Nov-08 0:05
George_George27-Nov-08 0:05 
GeneralRe: store image into memory Pin
Guffa27-Nov-08 0:48
Guffa27-Nov-08 0:48 
GeneralRe: store image into memory Pin
George_George28-Nov-08 22:19
George_George28-Nov-08 22:19 
QuestionExposing List<> outside class [modified] Pin
Jan Sommer26-Nov-08 2:10
Jan Sommer26-Nov-08 2:10 
AnswerRe: Exposing List<> outside class Pin
leppie26-Nov-08 2:20
leppie26-Nov-08 2:20 
GeneralRe: Exposing List<> outside class Pin
Jan Sommer26-Nov-08 2:29
Jan Sommer26-Nov-08 2:29 
AnswerRe: Exposing List<> outside class Pin
leppie26-Nov-08 2:45
leppie26-Nov-08 2:45 
GeneralRe: Exposing List<> outside class Pin
Jan Sommer26-Nov-08 3:00
Jan Sommer26-Nov-08 3:00 
GeneralRe: Exposing List<> outside class Pin
leppie26-Nov-08 3:20
leppie26-Nov-08 3:20 
GeneralRe: Exposing List<> outside class Pin
Jan Sommer26-Nov-08 3:45
Jan Sommer26-Nov-08 3:45 
AnswerRe: Exposing List<> outside class Pin
Thomas Weller26-Nov-08 3:24
Thomas Weller26-Nov-08 3:24 
GeneralRe: Exposing List<> outside class Pin
Alan Balkany26-Nov-08 3:56
Alan Balkany26-Nov-08 3:56 
GeneralRe: Exposing List<> outside class Pin
Jan Sommer26-Nov-08 4:09
Jan Sommer26-Nov-08 4:09 
GeneralRe: Exposing List<> outside class Pin
Thomas Weller26-Nov-08 4:30
Thomas Weller26-Nov-08 4:30 
Questionimplement IDisposable issue Pin
George_George26-Nov-08 1:57
George_George26-Nov-08 1:57 
AnswerRe: implement IDisposable issue Pin
leppie26-Nov-08 2:02
leppie26-Nov-08 2:02 
George_George wrote:
Are there anything wrong with my code?


Yes, you should call Dispose(false) in the destructor Smile | :)

Have a look at http://xacc.svn.sourceforge.net/viewvc/xacc/xacc/ComponentModel/Disposable.cs?view=markup[^] for a sample implementation.

xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 beta 1 - out now!
((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x))

GeneralRe: implement IDisposable issue Pin
George_George26-Nov-08 2:08
George_George26-Nov-08 2:08 
GeneralRe: implement IDisposable issue Pin
leppie26-Nov-08 2:18
leppie26-Nov-08 2:18 
GeneralRe: implement IDisposable issue Pin
George_George26-Nov-08 2:25
George_George26-Nov-08 2:25 
GeneralRe: implement IDisposable issue Pin
leppie26-Nov-08 2:41
leppie26-Nov-08 2:41 
GeneralRe: implement IDisposable issue Pin
George_George26-Nov-08 3:16
George_George26-Nov-08 3:16 
GeneralRe: implement IDisposable issue Pin
leppie26-Nov-08 3:23
leppie26-Nov-08 3:23 
GeneralRe: implement IDisposable issue Pin
George_George26-Nov-08 3:31
George_George26-Nov-08 3:31 

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.