Microsoft
Software
Hardware
Network
Question : C# How can I dynamically create an object that is not referenced in the project.
How can I dynamically create an object thast is not referenced in the project.
Basically I need to create a procedure to do this with the parameters
1) of the name of DLL
2) Name of the subroutine i want to call
I was thinking of trying something along the lines of...
type t = (not sure how to do this)
Object o = Activator.CreateInstance(t
);
Answer : C# How can I dynamically create an object that is not referenced in the project.
try:
openFileDialog1.Filter = "Excel files (*.xlsx, *.xlsm)|*.xlsx;*.xlsm";
Random Solutions
is there a way to boot to an attached drive
Microsoft Information Store stalling issues
Data insert wizard php/mysql
Outlook 2010 Calendar synchronisation problems
MAcbook Pro refuses to connect via ethernet but works via wifi
Unable to receive email forwarded into Lotus Domino 8 from Exchange Server 2007
Append extra data to the right of common data between files
Decommissioning a xenserver / removing from xencenter pool
SBS 2008 move data feature crashes
Cant get vista to view my web site correctly!