Highlighting Notepad++ lines from unrelated process console window. No plug-ins used!

Subscribers:
7,250
Published on ● Video Link: https://www.youtube.com/watch?v=XcPC8Bbxg5c



Duration: 1:10
33 views
0


I send messages directly to Notepad++ windows, without any plug-ins! I use FindWindow(L"Notepad++", NULL) to find Npp's HWND and then EnumChildWindows to find top Scintilla child window. The trick is to never send messages that involve pointers. Crash is 100% guaranteed, and you can loose unsaved data in Npp!