Hey guys,
We try to make a custom dll with multiple method in it. But as soon as the variable is initiated it fires all the code Inside the DLL then it goes for the NAV code... It's kind of useless this way... Do you know what we did wrong?
Patrick Venner
programmeur-analyste
Cabico Custom Cabinetry0
Answers
'/*******
Imports System.Windows.Forms
Public Class TestTransfer
Public Sub New()
End Sub
Public Sub Transfer1()
MsgBox("1")
End Sub
Public Sub Transfer2()
MsgBox("2")
End Sub
End Class
programmeur-analyste
Cabico Custom Cabinetry