Open
Description
I have experienced that the current implementation of finding the notepadEditorHandle on Winodows 11 with the RichEditD2DTP class does not find the actual editor handle.
But by enumerating the child windows from the process MainWindowHandle, I do find it.
I'll make a pull request for this issue with my changes.