I've tried to get my lister plugins using an embedded webbrowser to recognize keyboard input and pass it to TC for a while now, without any success.
Seeing that IEView has solved it, it'd be very helpful for me (and possibly others) if someone with the right knowledge could do the following:
- Download the sources of IEView from totalcmd.net
- Remove everything IView-specific
- Make it call a separate loader DLL named <modulename>Loader.dll in the same path, and call a function in there named LoadHTML(fileName, html, maxLength)
- Compile and distribute this