Home > Impact Suite > Tables and Forms > Controls on Forms > Buttons and Picklists > Button [DLL Invoke]
Button [DLL Invoke]
The button dynamic dll control will when clicked call an outside dll to be run
Public Class InvokeClass
Public Sub DLLInvoke(test As Durkin.Common.Classes.frmSubEntityItemEditDurkin) MessageBox.Show("This is called from an outside dll.") End Sub
End Class
See also