Click here to Skip to main content
15,923,051 members
Home / Discussions / C#
   

C#

 
AnswerRe: Cookies don't get parsed in httpWebResponse Pin
Member 194676912-May-10 2:15
Member 194676912-May-10 2:15 
QuestionIf new drive detected.. an event happens Pin
Silvyster4-Dec-08 20:41
Silvyster4-Dec-08 20:41 
AnswerRe: If new drive detected.. an event happens Pin
TJS4u4-Dec-08 22:36
TJS4u4-Dec-08 22:36 
GeneralRe: If new drive detected.. an event happens Pin
Silvyster4-Dec-08 23:48
Silvyster4-Dec-08 23:48 
GeneralRe: If new drive detected.. an event happens Pin
Luc Pattyn5-Dec-08 1:44
sitebuilderLuc Pattyn5-Dec-08 1:44 
AnswerRe: If new drive detected.. an event happens Pin
Simon P Stevens5-Dec-08 1:58
Simon P Stevens5-Dec-08 1:58 
Question.net remoting Pin
krinaljariwala4-Dec-08 19:42
krinaljariwala4-Dec-08 19:42 
AnswerRe: .net remoting Pin
leppie4-Dec-08 20:20
leppie4-Dec-08 20:20 
GeneralRe: .net remoting Pin
krinaljariwala4-Dec-08 21:03
krinaljariwala4-Dec-08 21:03 
GeneralRe: .net remoting Pin
leppie5-Dec-08 0:41
leppie5-Dec-08 0:41 
QuestionLoad data from .txt file to listbox problem. Pin
irsalina4-Dec-08 19:01
irsalina4-Dec-08 19:01 
AnswerRe: Load data from .txt file to listbox problem. Pin
Christian Graus4-Dec-08 19:04
protectorChristian Graus4-Dec-08 19:04 
QuestionRe: Load data from .txt file to listbox problem. Pin
irsalina7-Dec-08 20:56
irsalina7-Dec-08 20:56 
QuestionHow to delete data from listbox and then, delete that item in file txt? Pin
irsalina4-Dec-08 18:55
irsalina4-Dec-08 18:55 
AnswerRe: How to delete data from listbox and then, delete that item in file txt? Pin
Christian Graus4-Dec-08 19:02
protectorChristian Graus4-Dec-08 19:02 
QuestionMulticolumn Textbox Pin
SelvaSR4-Dec-08 17:53
SelvaSR4-Dec-08 17:53 
AnswerRe: Multicolumn Textbox Pin
CodingYoshi4-Dec-08 18:33
CodingYoshi4-Dec-08 18:33 
AnswerRe: Multicolumn Textbox Pin
Tamer Oz4-Dec-08 20:37
Tamer Oz4-Dec-08 20:37 
AnswerRe: Multicolumn Textbox Pin
Thomas Stockwell5-Dec-08 7:14
professionalThomas Stockwell5-Dec-08 7:14 
QuestionHow to create a makefile for the project-in VS C# 2005 Pin
TJS4u4-Dec-08 17:41
TJS4u4-Dec-08 17:41 
AnswerRe: How to create a makefile for the project-in VS C# 2005 Pin
leppie4-Dec-08 18:51
leppie4-Dec-08 18:51 
QuestionInstanting a class with no constructor Pin
K. Shaffer4-Dec-08 16:57
K. Shaffer4-Dec-08 16:57 
I've come across some classes in the .NET framework that have no constructors defined, but are not static classes. For example, to instantiate an AppDomain class, you call the static function AppDomain.CreateDomain() which returns an instance of the AppDomain class. There are no constructors defined for the class, so you cannot instantiate the class using the new keyword.

My question is how does the CreateDomain() function instantiate the class?

Thanks in advance,


Kevin
AnswerRe: Instanting a class with no constructor Pin
CodingYoshi4-Dec-08 17:32
CodingYoshi4-Dec-08 17:32 
GeneralRe: Instanting a class with no constructor Pin
K. Shaffer4-Dec-08 17:50
K. Shaffer4-Dec-08 17:50 
AnswerRe: Instanting a class with no constructor Pin
PIEBALDconsult4-Dec-08 17:32
mvePIEBALDconsult4-Dec-08 17:32 

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.