Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
GeneralRe: RadioButton and CheckBox confusion... Pin
PIEBALDconsult31-Aug-07 9:37
mvePIEBALDconsult31-Aug-07 9:37 
Questionconvert image to Byte Pin
TAREQ F ABUZUHRI31-Aug-07 4:29
TAREQ F ABUZUHRI31-Aug-07 4:29 
AnswerRe: convert image to Byte Pin
pmarfleet31-Aug-07 4:38
pmarfleet31-Aug-07 4:38 
GeneralRe: convert image to Byte Pin
TAREQ F ABUZUHRI31-Aug-07 4:40
TAREQ F ABUZUHRI31-Aug-07 4:40 
GeneralRe: convert image to Byte Pin
Steve Hansen31-Aug-07 4:41
Steve Hansen31-Aug-07 4:41 
GeneralRe: convert image to Byte Pin
leppie31-Aug-07 5:06
leppie31-Aug-07 5:06 
GeneralRe: convert image to Byte Pin
TAREQ F ABUZUHRI31-Aug-07 9:49
TAREQ F ABUZUHRI31-Aug-07 9:49 
GeneralRe: convert image to Byte Pin
Mairaaj Khan1-Sep-07 1:32
professionalMairaaj Khan1-Sep-07 1:32 
Normally, CLR (Common Language Runtime) manages garbage collections. But in certain situation there is a need to release the resources used by the object(s) as soon as possible. For this purpose, using statement can be used.
According to MSDN:
The using statement allows the programmer to specify when objects that use resources should release them. The object provided to the using statement must implement the IDisposable interface. This interface provides the Dispose method, which should release the object's resources.<br />
<br />
A using statement can be exited either when the end of the using statement is reached or if an exception is thrown and control leaves the statement block before the end of the statement.<br />

For the examples, see msdn[^]

Regards.


________________________________
Success is not something to wait for, its something to work for.

Questionerror Array Pin
TAREQ F ABUZUHRI31-Aug-07 4:26
TAREQ F ABUZUHRI31-Aug-07 4:26 
AnswerRe: error Array Pin
Steve Hansen31-Aug-07 4:42
Steve Hansen31-Aug-07 4:42 
QuestionGeneric Error While running in localhost without port Pin
MahiRaju31-Aug-07 3:49
MahiRaju31-Aug-07 3:49 
QuestionDllImport and cstring Pin
Saamir31-Aug-07 3:28
Saamir31-Aug-07 3:28 
AnswerRe: DllImport and cstring Pin
leppie31-Aug-07 3:46
leppie31-Aug-07 3:46 
GeneralRe: DllImport and cstring Pin
Saamir31-Aug-07 4:15
Saamir31-Aug-07 4:15 
GeneralRe: DllImport and cstring Pin
leppie31-Aug-07 5:02
leppie31-Aug-07 5:02 
GeneralRe: DllImport and cstring Pin
Saamir31-Aug-07 5:16
Saamir31-Aug-07 5:16 
QuestionListBox Pin
minniemooo31-Aug-07 3:12
minniemooo31-Aug-07 3:12 
AnswerRe: ListBox Pin
pmarfleet31-Aug-07 3:47
pmarfleet31-Aug-07 3:47 
AnswerRe: ListBox Pin
\laddie31-Aug-07 4:31
\laddie31-Aug-07 4:31 
QuestionDifference b/w dispose() & finalize() Pin
Dineshraj31-Aug-07 1:48
Dineshraj31-Aug-07 1:48 
AnswerRe: Difference b/w dispose() & finalize() Pin
Colin Angus Mackay31-Aug-07 2:00
Colin Angus Mackay31-Aug-07 2:00 
GeneralRe: Difference b/w dispose() & finalize() Pin
martin_hughes31-Aug-07 2:48
martin_hughes31-Aug-07 2:48 
GeneralRe: Difference b/w dispose() & finalize() Pin
Pete O'Hanlon31-Aug-07 3:12
mvePete O'Hanlon31-Aug-07 3:12 
AnswerRe: Difference b/w dispose() & finalize() Pin
Pete O'Hanlon31-Aug-07 2:07
mvePete O'Hanlon31-Aug-07 2:07 
GeneralRe: Difference b/w dispose() & finalize() Pin
Colin Angus Mackay31-Aug-07 3:12
Colin Angus Mackay31-Aug-07 3:12 

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.