Click here to Skip to main content
16,010,392 members
Home / Discussions / C#
   

C#

 
AnswerRe: Regular expression match problem Pin
Guffa27-Aug-06 23:50
Guffa27-Aug-06 23:50 
QuestionHow can i arrange the COM port names in ascending order Pin
engsrini27-Aug-06 22:22
engsrini27-Aug-06 22:22 
AnswerRe: How can i arrange the COM port names in ascending order Pin
chandler8328-Aug-06 0:53
chandler8328-Aug-06 0:53 
AnswerRe: How can i arrange the COM port names in ascending order Pin
stancrm28-Aug-06 1:03
stancrm28-Aug-06 1:03 
GeneralRe: How can i arrange the COM port names in ascending order Pin
engsrini28-Aug-06 1:09
engsrini28-Aug-06 1:09 
QuestionHow memory is released for the unmanaged objects Pin
Rickey_Me27-Aug-06 22:17
Rickey_Me27-Aug-06 22:17 
AnswerRe: How memory is released for the unmanaged objects Pin
mav.northwind28-Aug-06 4:28
mav.northwind28-Aug-06 4:28 
AnswerRe: How memory is released for the unmanaged objects Pin
Scott Dorman1-Sep-06 13:17
professionalScott Dorman1-Sep-06 13:17 
You really should write an internal wrapper class that encapsulates the unmanaged resource. This class should have the responsibility for acquiring and releasing the resource properly and safely.

If you are using .NET 2.0, have a look at the SafeHandle[^] class, which may save you a lot of work and hassle.

Also, you need to make sure you implement IDisposable[^] on your wrapper (or the main class if you don't use the wrapper method). Check out http://www.codeproject.com/useritems/idisposable.asp[^] for more details on implementing the Dispose pattern.
GeneralRe: How memory is released for the unmanaged objects Pin
Rickey_Me11-Sep-06 1:26
Rickey_Me11-Sep-06 1:26 
QuestionHow to append the text in listbox or listview ? Pin
Sri harini27-Aug-06 22:09
Sri harini27-Aug-06 22:09 
AnswerRe: How to append the text in listbox or listview ? Pin
X'Nork27-Aug-06 22:22
X'Nork27-Aug-06 22:22 
GeneralRe: How to append the text in listbox or listview ? Pin
Sri harini27-Aug-06 22:49
Sri harini27-Aug-06 22:49 
QuestionSuggestion required Pin
<color>Aljechin 27-Aug-06 22:02
<color>Aljechin 27-Aug-06 22:02 
AnswerRe: Suggestion required Pin
Ed.Poore27-Aug-06 22:03
Ed.Poore27-Aug-06 22:03 
QuestionC# Datagrid painting Pin
Ashish_Sood27-Aug-06 21:48
Ashish_Sood27-Aug-06 21:48 
Questioncheck if user (by sid) is member of group (by sid) Pin
Goerlandt27-Aug-06 21:14
Goerlandt27-Aug-06 21:14 
QuestionListview.SelectedItems Pin
Sri harini27-Aug-06 21:07
Sri harini27-Aug-06 21:07 
AnswerRe: Listview.SelectedItems Pin
Nader Elshehabi28-Aug-06 2:48
Nader Elshehabi28-Aug-06 2:48 
GeneralRe: Listview.SelectedItems Pin
Sri harini28-Aug-06 16:51
Sri harini28-Aug-06 16:51 
GeneralRe: Listview.SelectedItems Pin
Nader Elshehabi28-Aug-06 19:13
Nader Elshehabi28-Aug-06 19:13 
GeneralRe: Listview.SelectedItems Pin
Sri harini28-Aug-06 21:30
Sri harini28-Aug-06 21:30 
AnswerRe: Listview.SelectedItems Pin
Nader Elshehabi29-Aug-06 3:37
Nader Elshehabi29-Aug-06 3:37 
QuestionAdding a file to solution explorer using Add-Ins [modified] Pin
Phanindra Kumar27-Aug-06 20:28
Phanindra Kumar27-Aug-06 20:28 
AnswerRe: Adding a file to solution explorer using Add-Ins Pin
Nader Elshehabi28-Aug-06 2:52
Nader Elshehabi28-Aug-06 2:52 
QuestionMetafile (wmf/emf) manipulation help needed Pin
kunaalmalhotra27-Aug-06 20:02
kunaalmalhotra27-Aug-06 20:02 

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.