I want to use some SCINTILLA SendMessage()
to an open notepad window(s), but I am not sure how to reliably get Notepad++ opened window handles.
Asked
Active
Viewed 665 times
-3

exebook
- 32,014
- 33
- 141
- 226
-
What is not reliable with FinWindow/EnumWindows? – manuell Dec 16 '13 at 08:19
-
Please help find right parameters for Find/EnumWindows – exebook Dec 16 '13 at 08:24
-
You should show what you have tried so far – David Heffernan Dec 16 '13 at 09:12
-
I try to improve my answer skills. Please tell me why you approved but not upvoted. I will do better next time. – manuell Dec 20 '13 at 12:01
-
I did not know I must do that. How about source-code snippet? – exebook Dec 20 '13 at 13:27
1 Answers
1
Use Spy++
Main Notepad++ window class name is "Notepad++
".
Scintilla window class name is "Scintilla
"

manuell
- 7,528
- 5
- 31
- 58