Click here to Skip to main content
16,005,236 members
Home / Discussions / C#
   

C#

 
GeneralRe: Implementing mouse panning functionality Pin
Heath Stewart4-Jan-05 11:30
protectorHeath Stewart4-Jan-05 11:30 
GeneralIs this acceptable practice Pin
Wayne Phipps4-Jan-05 7:54
Wayne Phipps4-Jan-05 7:54 
GeneralRe: Is this acceptable practice Pin
perlmunger4-Jan-05 8:41
perlmunger4-Jan-05 8:41 
QuestionHow To Serialize Multiples Refereces to The Same Object? Pin
fmarcos4-Jan-05 7:18
fmarcos4-Jan-05 7:18 
AnswerRe: How To Serialize Multiples Refereces to The Same Object? Pin
Matt Gerrans4-Jan-05 8:03
Matt Gerrans4-Jan-05 8:03 
GeneralLaunching Forms Dynamically Pin
SignMan3594-Jan-05 6:14
SignMan3594-Jan-05 6:14 
GeneralRe: Launching Forms Dynamically Pin
Nick Parker4-Jan-05 7:23
protectorNick Parker4-Jan-05 7:23 
GeneralRe: Launching Forms Dynamically Pin
SignMan3594-Jan-05 14:28
SignMan3594-Jan-05 14:28 
I'm sorry, maybe I confused the issue. I'm not having a problem with the TreeView. Here is where my problem is:

Let's say you have a form named HelloWorld, you would get that for to show up by typing something like:

HelloWorld newForm = new HelloWorld();
newForm.Show();

My problem is how do I get the same result of it was more like this:

string formName = "HelloWorld";
formName newForm = new formName;

Yes, I know this is totally invalid syntax, but I think it explains what I am trying to do. does anyody have any idea how to do this correctly?

--In a world without fences, who needs Gates?
GeneralRe: Launching Forms Dynamically Pin
Anonymous5-Jan-05 4:01
Anonymous5-Jan-05 4:01 
GeneralRe: Launching Forms Dynamically Pin
SignMan3595-Jan-05 8:34
SignMan3595-Jan-05 8:34 
GeneralRe: Launching Forms Dynamically Pin
Skynyrd6-Jan-05 3:30
Skynyrd6-Jan-05 3:30 
GeneralControlling Scroll bars Pin
Wjousts4-Jan-05 5:32
Wjousts4-Jan-05 5:32 
GeneralDeclaring inherited class objects Pin
MarkBremmer4-Jan-05 5:32
MarkBremmer4-Jan-05 5:32 
GeneralRe: Declaring inherited class objects Pin
Bahadir Cambel4-Jan-05 6:57
Bahadir Cambel4-Jan-05 6:57 
GeneralRe: Declaring inherited class objects Pin
Steven Campbell4-Jan-05 16:52
Steven Campbell4-Jan-05 16:52 
GeneralRe: Declaring inherited class objects Pin
Anonymous5-Jan-05 4:20
Anonymous5-Jan-05 4:20 
Generalmulit-client server programming question Pin
ppp0014-Jan-05 0:22
ppp0014-Jan-05 0:22 
GeneralRe: mulit-client server programming question Pin
perlmunger4-Jan-05 8:30
perlmunger4-Jan-05 8:30 
QuestionHow to get the Application path of a console app.? Pin
senfgurke3-Jan-05 19:35
senfgurke3-Jan-05 19:35 
AnswerRe: How to get the Application path of a console app.? Pin
senfgurke3-Jan-05 20:08
senfgurke3-Jan-05 20:08 
GeneralRe: How to get the Application path of a console app.? Pin
Charlie Williams4-Jan-05 5:51
Charlie Williams4-Jan-05 5:51 
GeneralRe: How to get the Application path of a console app.? Pin
senfgurke4-Jan-05 19:35
senfgurke4-Jan-05 19:35 
Generalpattern comparision Pin
Member 12609413-Jan-05 18:53
Member 12609413-Jan-05 18:53 
GeneralRe: pattern comparision Pin
jan larsen4-Jan-05 2:38
jan larsen4-Jan-05 2:38 
General2 threads use the same database connection to do transaction... Pin
ting6683-Jan-05 16:51
ting6683-Jan-05 16:51 

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.