Click here to Skip to main content
15,901,666 members
Home / Discussions / C#
   

C#

 
GeneralTheme Color Scheme Colors Pin
Tom John25-Jan-05 23:56
Tom John25-Jan-05 23:56 
GeneralRe: Theme Color Scheme Colors Pin
leppie26-Jan-05 22:03
leppie26-Jan-05 22:03 
GeneralRe: Theme Color Scheme Colors Pin
Tom John26-Jan-05 22:10
Tom John26-Jan-05 22:10 
GeneralI have a problem with my datagrid in my aplication Pin
tutananthanh25-Jan-05 22:58
tutananthanh25-Jan-05 22:58 
GeneralRe: I have a problem with my datagrid in my aplication Pin
Dave Kreskowiak26-Jan-05 6:19
mveDave Kreskowiak26-Jan-05 6:19 
GeneralRe: I have a problem with my datagrid in my aplication Pin
tutananthanh26-Jan-05 13:45
tutananthanh26-Jan-05 13:45 
GeneralRe: I have a problem with my datagrid in my aplication Pin
Dave Kreskowiak26-Jan-05 17:27
mveDave Kreskowiak26-Jan-05 17:27 
GeneralRe: I have a problem with my datagrid in my aplication Pin
jzb26-Jan-05 17:59
jzb26-Jan-05 17:59 
It is a memory error. When you do something, For example,
public ArrayList GetResult()
{
ArrayList list = new Arraylist();
list.Add("1");
list.Add("2");
ArrayList list1 = new Arraylist(); list1 = list;
list.Clear();
return list1;
}

In C#, It will tirgger a memory error.

GeneralRe: I have a problem with my datagrid in my aplication Pin
Robert Rohde26-Jan-05 19:18
Robert Rohde26-Jan-05 19:18 
GeneralProblem with .NET DES encryption Pin
Radoslav Bielik25-Jan-05 22:45
Radoslav Bielik25-Jan-05 22:45 
GeneralRe: Problem with .NET DES encryption Pin
Radoslav Bielik25-Jan-05 23:00
Radoslav Bielik25-Jan-05 23:00 
GeneralDebug Manager Service Pin
mitreviper25-Jan-05 20:18
mitreviper25-Jan-05 20:18 
GeneralControls using DataGrid at Runtime Pin
venkateshsubramaniyam25-Jan-05 20:08
venkateshsubramaniyam25-Jan-05 20:08 
GeneralQuestion of Form Refresh Pin
jzb25-Jan-05 20:07
jzb25-Jan-05 20:07 
GeneralRe: Question of Form Refresh Pin
mav.northwind25-Jan-05 20:32
mav.northwind25-Jan-05 20:32 
GeneralRe: Question of Form Refresh Pin
jzb25-Jan-05 22:42
jzb25-Jan-05 22:42 
GeneralRe: Question of Form Refresh Pin
mav.northwind25-Jan-05 23:05
mav.northwind25-Jan-05 23:05 
GeneralRe: Question of Form Refresh Pin
damphlett26-Jan-05 3:18
damphlett26-Jan-05 3:18 
GeneralDTS (Import/Export) Pin
ye win zaw25-Jan-05 17:13
ye win zaw25-Jan-05 17:13 
General.NET framework version questions... Pin
new_phoenix25-Jan-05 14:21
new_phoenix25-Jan-05 14:21 
GeneralRe: .NET framework version questions... Pin
Nick Parker25-Jan-05 17:27
protectorNick Parker25-Jan-05 17:27 
GeneralRe: .NET framework version questions... Pin
new_phoenix27-Jan-05 5:25
new_phoenix27-Jan-05 5:25 
QuestionCan no longer view Help(CHM) through windows application Pin
Mike Balfour25-Jan-05 13:29
Mike Balfour25-Jan-05 13:29 
GeneralProcedure Parameter Pointer Pin
Budi Zhu25-Jan-05 11:24
Budi Zhu25-Jan-05 11:24 
GeneralRe: Procedure Parameter Pointer Pin
Dennis C. Dietrich25-Jan-05 12:13
Dennis C. Dietrich25-Jan-05 12:13 

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.