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

C#

 
QuestionProblem with Property Grid Pin
rajeevktripathi13-Aug-07 3:33
rajeevktripathi13-Aug-07 3:33 
AnswerRe: Problem with Property Grid Pin
leppie13-Aug-07 5:13
leppie13-Aug-07 5:13 
QuestionRe: Problem with Property Grid Pin
rajeevktripathi13-Aug-07 19:10
rajeevktripathi13-Aug-07 19:10 
QuestionBasic question about memory allocation Pin
A M SOMAN13-Aug-07 3:24
A M SOMAN13-Aug-07 3:24 
AnswerRe: Basic question about memory allocation Pin
blakey40413-Aug-07 3:26
blakey40413-Aug-07 3:26 
GeneralRe: Basic question about memory allocation Pin
A M SOMAN13-Aug-07 3:36
A M SOMAN13-Aug-07 3:36 
GeneralRe: Basic question about memory allocation Pin
blakey40413-Aug-07 3:39
blakey40413-Aug-07 3:39 
GeneralRe: Basic question about memory allocation Pin
N a v a n e e t h13-Aug-07 3:52
N a v a n e e t h13-Aug-07 3:52 
A M SOMAN wrote:
Does that mean, when we include say System.Data.SQLClient namespace on the top of our class, it copies all the classes inside this namespace at runtime and allocates memory accordingly


It will allocate memory once you create instance for it. class1 c1; won't allocate any memory. But class1 c1 = new class1() will allocate memory space.


QuestionHow to connect to Remote PC using C# Coding? Pin
N a r e s h P a t e l13-Aug-07 3:20
N a r e s h P a t e l13-Aug-07 3:20 
AnswerRe: How to connect to Remote PC using C# Coding? Pin
Justin Perez13-Aug-07 3:24
Justin Perez13-Aug-07 3:24 
GeneralRe: How to connect to Remote PC using C# Coding? Pin
N a r e s h P a t e l13-Aug-07 3:32
N a r e s h P a t e l13-Aug-07 3:32 
GeneralRe: How to connect to Remote PC using C# Coding? Pin
Justin Perez13-Aug-07 3:45
Justin Perez13-Aug-07 3:45 
AnswerRe: How to connect to Remote PC using C# Coding? Pin
Michael Sync13-Aug-07 16:36
Michael Sync13-Aug-07 16:36 
QuestionHow to find the item that selected in ListView ? Pin
Yanshof13-Aug-07 3:09
Yanshof13-Aug-07 3:09 
AnswerRe: How to find the item that selected in ListView ? Pin
Justin Perez13-Aug-07 3:12
Justin Perez13-Aug-07 3:12 
AnswerRe: How to find the item that selected in ListView ? Pin
Giorgi Dalakishvili13-Aug-07 3:13
mentorGiorgi Dalakishvili13-Aug-07 3:13 
QuestionInstollation Solution Pin
Thaer Hamael13-Aug-07 2:56
Thaer Hamael13-Aug-07 2:56 
AnswerRe: Instollation Solution Pin
Justin Perez13-Aug-07 3:03
Justin Perez13-Aug-07 3:03 
GeneralRe: Instollation Solution Pin
Thaer Hamael13-Aug-07 3:59
Thaer Hamael13-Aug-07 3:59 
GeneralRe: Instollation Solution Pin
Justin Perez13-Aug-07 4:14
Justin Perez13-Aug-07 4:14 
Questionrexec in C# Pin
aziz_subaie13-Aug-07 2:44
aziz_subaie13-Aug-07 2:44 
AnswerRe: rexec in C# Pin
Paul Conrad16-Aug-07 16:26
professionalPaul Conrad16-Aug-07 16:26 
GeneralRe: rexec in C# Pin
aziz_subaie17-Aug-07 2:44
aziz_subaie17-Aug-07 2:44 
GeneralRe: rexec in C# Pin
Paul Conrad17-Aug-07 12:20
professionalPaul Conrad17-Aug-07 12:20 
GeneralRe: rexec in C# Pin
aziz_subaie17-Aug-07 18:36
aziz_subaie17-Aug-07 18:36 

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.