D
Dim
Just don't ask me why i need this ;-)
Is it possible to create a dll in let's say C# (.NET that is) and the use it
in Visual Basic???
I ran a simple test: a small Class Library project using
System.Windows.Forms and one method in the main class to display
a little Messagebox indicating that all worked allright.. I couldn't add a
reference to this dll from Visual Basic.. it just said "Cannot add
reference" ... so this way is probably wrong.
Is there any other way to achieve this?
Thx
Is it possible to create a dll in let's say C# (.NET that is) and the use it
in Visual Basic???
I ran a simple test: a small Class Library project using
System.Windows.Forms and one method in the main class to display
a little Messagebox indicating that all worked allright.. I couldn't add a
reference to this dll from Visual Basic.. it just said "Cannot add
reference" ... so this way is probably wrong.
Is there any other way to achieve this?
Thx