A little help from a C(++) guru

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
ctiberg
Member
Member
Posts: 194
Joined: 2003-10-24, 14:10 UTC
Location: Kristianstad, Sweden

A little help from a C(++) guru

Post by *ctiberg »

Hello!

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:
  1. Download the sources of IEView from totalcmd.net
  2. Remove everything IView-specific
  3. 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)
  4. Compile and distribute this
This would make it easy to do the loader in Delphi, and use the IEView to show the actual browser and interact with TC...
Best regards,
Christian Tiberg
Post Reply