FS#56 - Setting up .DLL class
Opened by Missy (missy) - Thursday, 19 November 2009, 12:52 GMT-7
Last edited by Missy (missy) - Thursday, 19 November 2009, 13:04 GMT-7
|
DetailsSetting out the .dll class:
It's all jumbled up. I tried this Namespace HelloReps Public Class Missys_Class Dim m_hello_reps As Integer Public Function SayHello(ByVal HelloReps As String) As String 'Property HelloReps = 3 Set m_hello_reps = "Hi" SayHello() End Function End Class End Namespace Property kept asking for Get and Set or ReadOnly or WriteOnly Trying this out with function. It dosn't work either. |