Dialogs


 

Custom dialogs can be used to create interactive macros which request information from or present information to the user.   Dialogs can display all kinds of objects and their appearance can be fully customised.  Event handlers can be created to respond to user input.

 

Macro Scheduler's custom dialogs are designed for basic user interaction.  The aim of custom dialogs is to give the programmer the ability to create macros which request information from the user.  They are NOT designed for creating full featured user interfaces and do not offer the same amount of interface objects and flexibility provided by, for example, Visual Basic.

 

Dialog Functions

Dialog Objects

Modal vs Non-Modal Dialogs

Examples