The function retrieves a new form whose title match the specified strings.
- title (String)
- Title of the application.
A new form or null if an error occurs.
This function does not search child windows. This function performs a case-sensitive search.
To search child windows, use the FormFindChild... functions.
If an application cannot find a form, the function returns null.
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the title is null. |
| ControlNotFoundException | Thrown when a control with the title cannot be found. |
