Click here to Skip to main content
15,886,664 members
Home / Discussions / C#
   

C#

 
QuestionA error is difficult to understand Pin
nhathoang3-Aug-07 4:04
nhathoang3-Aug-07 4:04 
AnswerRe: A error is difficult to understand Pin
Colin Angus Mackay3-Aug-07 4:11
Colin Angus Mackay3-Aug-07 4:11 
AnswerRe: A error is difficult to understand Pin
Pete O'Hanlon3-Aug-07 4:14
mvePete O'Hanlon3-Aug-07 4:14 
GeneralRe: A error is difficult to understand Pin
nhathoang3-Aug-07 4:18
nhathoang3-Aug-07 4:18 
GeneralRe: A error is difficult to understand Pin
Pete O'Hanlon3-Aug-07 4:29
mvePete O'Hanlon3-Aug-07 4:29 
GeneralRe: A error is difficult to understand Pin
nhathoang3-Aug-07 7:35
nhathoang3-Aug-07 7:35 
AnswerRe: A error is difficult to understand Pin
Luc Pattyn3-Aug-07 5:56
sitebuilderLuc Pattyn3-Aug-07 5:56 
Questionhow to initiate a class stored in string variable Pin
Asif Rehman3-Aug-07 3:32
Asif Rehman3-Aug-07 3:32 
I know its a silly ques.

I've got treeview control which holds different class names.

In normal ways what we do is.

Ayclass cls= new AnyClass();


now the AnyClass's name is stored in a variable. how to instantiate a class.

here's the failed code.

string varClass= treeview1.node.ToString();
varclass d= new varClass();


Hope I make myself clarify.
AnswerRe: how to initiate a class stored in string variable Pin
Guffa3-Aug-07 3:36
Guffa3-Aug-07 3:36 
AnswerRe: how to initiate a class stored in string variable Pin
Urs Enzler3-Aug-07 3:58
Urs Enzler3-Aug-07 3:58 
GeneralRe: how to initiate a class stored in string variable Pin
Asif Rehman3-Aug-07 4:31
Asif Rehman3-Aug-07 4:31 
GeneralRe: how to initiate a class stored in string variable Pin
CiNN3-Aug-07 7:55
CiNN3-Aug-07 7:55 
QuestionWhat is Threading ? Pin
Chintan.Desai3-Aug-07 2:49
Chintan.Desai3-Aug-07 2:49 
AnswerRe: What is Threading ? Pin
originSH3-Aug-07 2:55
originSH3-Aug-07 2:55 
GeneralRe: What is Threading ? Pin
Joseph Guadagno3-Aug-07 3:28
Joseph Guadagno3-Aug-07 3:28 
GeneralRe: What is Threading ? Pin
Talal Sultan3-Aug-07 3:55
Talal Sultan3-Aug-07 3:55 
AnswerRe: What is Threading ? Pin
Ravi Bhavnani3-Aug-07 3:29
professionalRavi Bhavnani3-Aug-07 3:29 
AnswerRe: What is Threading ? Pin
Luc Pattyn3-Aug-07 5:59
sitebuilderLuc Pattyn3-Aug-07 5:59 
Questionproblem with form show dialog Pin
justintimberlake3-Aug-07 2:45
justintimberlake3-Aug-07 2:45 
AnswerRe: problem with form show dialog Pin
V.3-Aug-07 2:52
professionalV.3-Aug-07 2:52 
QuestionSimple addin for Word 2003 Pin
John Reinhold3-Aug-07 2:24
John Reinhold3-Aug-07 2:24 
AnswerRe: Simple addin for Word 2003 Pin
Chintan.Desai3-Aug-07 2:42
Chintan.Desai3-Aug-07 2:42 
GeneralRe: Simple addin for Word 2003 Pin
John Reinhold3-Aug-07 2:50
John Reinhold3-Aug-07 2:50 
QuestionString Builder Pin
ramdil3-Aug-07 1:27
ramdil3-Aug-07 1:27 
AnswerRe: String Builder Pin
Malcolm Smart3-Aug-07 1:33
Malcolm Smart3-Aug-07 1:33 

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.