Modeless dialog boxes allow a form to remain displayed while the user interfaces with the drawing area, similar to a floating palette.
- Open the Project window of the VBA IDE and select the project you want to add the form to.
- From the Insert menu, choose UserForm, and change the ShowModal property to False.
- Add the AcFocusCtrl (AcFocusCtrl.dll) to the Toolbox, and drag the control onto the form.
The AcFocusCtrl keeps the focus on the form during user interaction.