How do I set default input box (type: edit)?

How do I set the default input box (type: edit)?

I would like to have my custom dialog pop up and when I start typing it types in a specific edit box. I have a "search" button that is set to default for when I hit enter, but I don't see an option in the dialog designer to set an input edit text box as the default.

Set the Control's focus property to true to give it the input focus. The dialog will need to be created first for the control to exist.

Thanks worked perfectly.

1 Like