I am trying to us a .NET control that shows a dialog. If I use
XbpActiveControl I get an error on the :create() saying that it is not an
XbpActiveControl.
If I use CreateObject, the dialog shows ok but the input field on the form
does not have focus. Keystrokes are not recognized. Clicking on the field
does not give it focus. However, if I click on another window and then
click back on the dialog, it gets focus.
The problem occurs only the first time the dialog is shown. Subsequent uses
of the dialog within the same execution of the .exe work correctly.
Lynn Graybiel