Re: Advanced and basic examples on how to write a DLL
- From: "Patrice" <http://www.chez.com/scribe/>
- Date: Wed, 12 Mar 2008 13:47:40 +0100
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
.
- References:
- Advanced and basic examples on how to write a DLL
- From: kimiraikkonen
- Re: Advanced and basic examples on how to write a DLL
- From: Patrice
- Re: Advanced and basic examples on how to write a DLL
- From: kimiraikkonen
- Re: Advanced and basic examples on how to write a DLL
- From: Patrice
- Re: Advanced and basic examples on how to write a DLL
- From: kimiraikkonen
- Advanced and basic examples on how to write a DLL
- Prev by Date: datatable.compute and CurrentRows
- Next by Date: Re: strange problem with smtpmail
- Previous by thread: Re: Advanced and basic examples on how to write a DLL
- Next by thread: Re: Advanced and basic examples on how to write a DLL
- Index(es):