Click here to Skip to main content
15,888,527 members
Home / Discussions / C#
   

C#

 
AnswerRe: Selected tab that affect on listbox Pin
tamir90116-Aug-09 9:38
tamir90116-Aug-09 9:38 
GeneralRe: Selected tab that affect on listbox Pin
Saksida Bojan16-Aug-09 10:57
Saksida Bojan16-Aug-09 10:57 
GeneralRe: Selected tab that affect on listbox Pin
Luc Pattyn16-Aug-09 11:34
sitebuilderLuc Pattyn16-Aug-09 11:34 
AnswerRe: Selected tab that affect on listbox Pin
DdoubleD16-Aug-09 15:32
DdoubleD16-Aug-09 15:32 
QuestionSend input to CMD from WINFORM Pin
Haim Nachum16-Aug-09 6:20
Haim Nachum16-Aug-09 6:20 
AnswerRe: Send input to CMD from WINFORM Pin
riced16-Aug-09 6:58
riced16-Aug-09 6:58 
AnswerRe: Send input to CMD from WINFORM Pin
Hristo-Bojilov16-Aug-09 7:33
Hristo-Bojilov16-Aug-09 7:33 
QuestionGetting type? Pin
Matt Cavanagh16-Aug-09 5:50
Matt Cavanagh16-Aug-09 5:50 
So i posted a question the other day about dynamically loading dll components. And it works great if I know the type like this(whatever.whatever):

Assembly asm = Assembly.LoadFrom(openFileDialog1.FileName);
Type myType = asm.GetType("whatever.whatever);
UserControl uc = (UserControl)Activator.CreateInstance(myType);
uc.Name = "uc";
this.Controls.Add(uc);

But now how would I do this without knowing the type before?

Thanks Smile | :)

Strive to be humble enough to take advice, and confident enough to do something about it.

AnswerRe: Getting type? Pin
Saksida Bojan16-Aug-09 6:03
Saksida Bojan16-Aug-09 6:03 
GeneralRe: Getting type? Pin
Matt Cavanagh16-Aug-09 8:28
Matt Cavanagh16-Aug-09 8:28 
AnswerRe: Getting type? Pin
DdoubleD16-Aug-09 18:01
DdoubleD16-Aug-09 18:01 
GeneralRe: Getting type? Pin
Matt Cavanagh16-Aug-09 19:04
Matt Cavanagh16-Aug-09 19:04 
Questionurgent anyone can save me.... Pin
Member 444291616-Aug-09 4:21
Member 444291616-Aug-09 4:21 
AnswerRe: urgent anyone can save me.... Pin
Saksida Bojan16-Aug-09 5:54
Saksida Bojan16-Aug-09 5:54 
AnswerRe: urgent anyone can save me.... Pin
Not Active16-Aug-09 6:49
mentorNot Active16-Aug-09 6:49 
GeneralRe: urgent anyone can save me.... Pin
PIEBALDconsult16-Aug-09 9:03
mvePIEBALDconsult16-Aug-09 9:03 
AnswerRe: urgent anyone can save me.... Pin
Pete O'Hanlon16-Aug-09 9:58
mvePete O'Hanlon16-Aug-09 9:58 
Questionhow to dataset.Update Pin
sureyyan16-Aug-09 3:03
sureyyan16-Aug-09 3:03 
AnswerRe: how to dataset.Update PinPopular
Mycroft Holmes16-Aug-09 3:16
professionalMycroft Holmes16-Aug-09 3:16 
GeneralRe: how to dataset.Update Pin
sureyyan16-Aug-09 4:21
sureyyan16-Aug-09 4:21 
GeneralRe: how to dataset.Update Pin
Pete O'Hanlon16-Aug-09 9:53
mvePete O'Hanlon16-Aug-09 9:53 
GeneralRe: how to dataset.Update Pin
Mycroft Holmes16-Aug-09 12:20
professionalMycroft Holmes16-Aug-09 12:20 
GeneralRe: how to dataset.Update Pin
sureyyan16-Aug-09 20:21
sureyyan16-Aug-09 20:21 
GeneralRe: how to dataset.Update Pin
PIEBALDconsult16-Aug-09 4:47
mvePIEBALDconsult16-Aug-09 4:47 
GeneralRe: how to dataset.Update Pin
Abdul Rahman Hamidy16-Aug-09 19:04
Abdul Rahman Hamidy16-Aug-09 19:04 

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.