Re: Advanced and basic examples on how to write a DLL

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



i wish to see is a real and "all-in-one"
class library CODE sample which is in a educational and summarizing
way

Ok sorry. I doubt you'll find this as generally you study language features
one by one rather than all at once.

The reference part also shows short sample code (btu for each feature
separately). For example
http://msdn2.microsoft.com/en-us/library/sect4ck6.aspx shows a function
sample such as :

Function myFunction(ByVal j As Integer) As Double
Return 3.87 * j
End Function

--
Patrice


.