How to control/remove borders of embedded chm help file in delphi windows/vcl application?
问题 I've got a Delphi Windows/VCL (XE7) program that embeds CHM help pages in various panels of the program. This largely works fine but the panels always shows an ugly recessed border (looks very windows 95). Here is a screenshot: Does anyone know how to display the help files with no border? Below is the code I use at the moment. Thanks for any help! Procedure DoShowEmbeddedHelp(TheWinName: string; ThePanel: TPanel; var HelpWinHandle: integer; HelpTopic: string; var LastTopic: string; ByContext