Help & Support
Contents
Display Legacy Contents

Search:

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

  1. Copy the dll to the Act plugin folder
  2. Drag a Button [DLL Invoke] control onto the design surface
  3. Set the DllClass property to the full name of the class to call
  4. Set the DllFileName to the name of the file
  5. Set the DllMethod to the name of the function or sub to call


Below is an example of a class that can be called using this method.  The method needs to have
as a parameter.

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



Properties
Article ID:
button__dynamic_dll_
Views: 194
Created By: jimdurkin
Modified By: [Modified By]
Created Date: 3/24/2014 12:31 PM
Last Modified: 6/2/2015 3:10 PM
Actions
Print This Article
Bookmark
Email This Article
Previous Article
Next Article