Thanks for your reply! I have been playing with Spy++ 64 with all known messages disabled but can only see 0x0118 messages being sent at intervals (no autocomplete messages or anything like that). I have also peeked around in the Scintilla source code but cannot find much since I really don't know Win32 C++.
I have tried EnumWindows but it will not find the AutoComplete window. I am starting to wonder if the AutoComplete window is actually a window at all or just a pop-up ListBox.
Right now, I am working on implementing a custom AutoComplete wheel instead of using the native one.
I have tried EnumWindows but it will not find the AutoComplete window. I am starting to wonder if the AutoComplete window is actually a window at all or just a pop-up ListBox.
Right now, I am working on implementing a custom AutoComplete wheel instead of using the native one.