loading a simple pdf with TImageEnView (default properties) and double clicking on a text while compare the text cursor raise an exception. Can i override this behavior?
Delphi7: New application, drop a timageenview on the form, in the formcreate write this code: ImageEnView1.PdfViewer.Enabled := True; ImageEnView1.IO.loadfromfile('c:\temp\p.pdf');//p.pdf is a pdf with text execute the code! go on text and when the cursor becomes text cursor do double click ... boom!