Passing values to external library
-
Hi Felolows, Pls how do pass values to and fro an external class library from my .exe prgram. the class library is written in vb2008 while the exe is in c#. thanks.
-
Hi Felolows, Pls how do pass values to and fro an external class library from my .exe prgram. the class library is written in vb2008 while the exe is in c#. thanks.
-
If you want to use a class from a dll written in vb.net in your C# program, you just instantiate that class and call the method (with the appropriate arguments). What kind of problems are you experiencing?
the problem is that when i instantiate the DLL class in mt program, the base class from which the DLL inherits is loaded, that is the program that the DLL is fused to starts up with my program. i donot want this to happen. thanks again.
-
the problem is that when i instantiate the DLL class in mt program, the base class from which the DLL inherits is loaded, that is the program that the DLL is fused to starts up with my program. i donot want this to happen. thanks again.
-
the problem is that when i instantiate the DLL class in mt program, the base class from which the DLL inherits is loaded, that is the program that the DLL is fused to starts up with my program. i donot want this to happen. thanks again.
You may need to explain more.
-
the problem is that when i instantiate the DLL class in mt program, the base class from which the DLL inherits is loaded, that is the program that the DLL is fused to starts up with my program. i donot want this to happen. thanks again.