I'n Portugal we have a saying that goes like this:That's what I get for being a 61 year old high school drop out. Thank You Thank You Thank You dzt for your help. I am now growing hair again.
You can make b4ppc libraries with #develop.
...
Attached are scrollbar and vb-scrollbar examples for #develop.
C# DLL
-----------------------
namespace ClassLibrary1
{
public class Const
{
public Const()
{
}
public String Version
{ get { return "Const" ;}}
}
}
-------------------
VB.NET
-------------------
Imports ClassLibrary1
Public Class Form1
Dim Test As ClassLibrary1.Const = New ClassLibrary1.Const
Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
MsgBox(Test.Version)
End Sub
End Class
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?