-3

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.

exebook
  • 32,014
  • 33
  • 141
  • 226

1 Answers1

1

Use Spy++

Main Notepad++ window class name is "Notepad++". Scintilla window class name is "Scintilla"

enter image description here

manuell
  • 7,528
  • 5
  • 31
  • 58