Creating an Instance of a Form From a String


Author
Message
Bill Cunnien
Bill Cunnien
StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)StrataFrame VIP (1.1K reputation)
Group: Forum Members
Posts: 785, Visits: 3.6K
This is turning out to be a little more difficult than I expected. I used the forum entry to guide me but I have run into a problem with the following code:



((Form)Activator.CreateInstance(mFormName, "Form")).Show();




The error that I get when I build the project is:



Cannot convert type 'System.Runtime.Remoting.ObjectHandle' to 'System.Windows.Forms.Form'




I have tried simply passing the string of the form ("MyNamespace.MyForm") to CreateInstance, but that does not work, either.



Any direction that you can provide would be helpful.

Bill
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Bill Cunnien - 15 Years Ago
Bill Cunnien - 15 Years Ago
Edhy Rijo - 15 Years Ago
Trent L. Taylor - 15 Years Ago
Bill Cunnien - 15 Years Ago
Trent L. Taylor - 15 Years Ago
                     The code I was using yesterday was the following:
...
Bill Cunnien - 15 Years Ago
                         Yup...one thing you can try also is to leave out the version in that...
Trent L. Taylor - 15 Years Ago
                             [quote]...one thing you can try also is to leave out the version in...
Bill Cunnien - 15 Years Ago
                                 Hi Bill,
Glad to be able to help. I also borrowed some idea from...
Edhy Rijo - 15 Years Ago
                         I place the AssemblyQualifiedName into the tag of the NavBarItem, then...
Bill Cunnien - 15 Years Ago
                         [quote][b]Bill Cunnien (04/15/2009)[/b][hr]Edhy, I do need to review...
Edhy Rijo - 15 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search