S
Shiva
If it is a standard DLL (that exports functions), then you have to use
P/Invoke. Adding references will not work.
hi..
I want to add a dll named rtb.dll to my vb.net project and use its function.
But when i add it through Add Reference, it gives following error:
"This is not valid Assembly or COM component"
How can i add this dll in my project and use its function?
plz help
thanks
P/Invoke. Adding references will not work.
hi..
I want to add a dll named rtb.dll to my vb.net project and use its function.
But when i add it through Add Reference, it gives following error:
"This is not valid Assembly or COM component"
How can i add this dll in my project and use its function?
plz help
thanks