Building Custom Dynamos with VBA

iFIX Dynamo objects are powerful tools, especially because they let you customize your display using VBA. When a Dynamo fires an Edit event, you can customize that Dynamo using VBA scripts. Specifically, you can modify custom property pages, apply animations in real-time, or hide code for animations into an empty user form. You can place user forms into a global page so that every time you open that Dynamo, the format for a particular property page is shared among several users.

For more information on using VBA to customize Dynamos for your specific needs, refer to the Writing Scripts manual.

See Also

How Do I...