Hay everybody!
I have read many books about visual basic, but they cover making dlls
with visual basic purly. Can someone please recomend me good online
tutorials and other resources that I could use to make DLL?
And one question: If I make dll with vb.net, can I use in vb projects
and asp pages?
SK
mayayana - 18 Apr 2005 14:33 GMT
Here's a sample project:
http://www.jsware.net/jsware/vbcode.html#axdll
I don't know why there's so little documentation
about making DLLs, but it does seem to be true.
Maybe MS didn't really take the idea seriously.
I have no idea about what .Net DLLs might be.
--
_____________________________
mayayXXana1a@mindYYspring.com
For return email remove XX and YY.
_____________________________
> Hay everybody!
>
[quoted text clipped - 6 lines]
>
> SK
Steve Gerrard - 19 Apr 2005 02:13 GMT
> Hay everybody!
>
[quoted text clipped - 6 lines]
>
> SK
You could always try the ThingDemo dll tutorial on MSDN:
http://msdn.microsoft.com/library/en-us/vbcon98/html/vbconcreatinganinprocesscom
ponent.asp
Egghead - 29 Apr 2005 18:08 GMT
yes, you can use .net dll in vb project, no idea on asp pages.
However, if you are serious about doing dll, you should use VC++. The vb dll
works with M$ stuff only, and it may not works with non-M$ stuff.
Egghead
> Hay everybody!
>
[quoted text clipped - 6 lines]
>
> SK