Hello,
Could you please advice, how I can resolve issue with CHtmlView class or replace it.
When I open big *.html file(>200Kb) in my application, "select text functionality" works slowly. I mean "Ctrl+A" and "select text functionality" with left button only in the end of document. Select functionality with left button on the beginning of document works normally always(Even after "select text functionality" worked slowness at the end of page).
I downloaded MFCIE sample from MSDN. "select text functionality" works slowness too in this sample. And "select functionality" works exactly as in my program.
(I built it and start in MSVS 2005. MFCIE Sample: Demonstrates the MFC CHtmlView and CReBar Classes).
In both cases program's class inherit CHtmlView class. And new class uses for open *.html file from my HDD. Program does not handle WM_LBUTTONDOWN event(or pressure Ctrl+A). This process is handled by system in both cases.
I would be grateful for any advice.