Prev Next You may download all samples in the single ZIP file (set of more than 100 sample applications). This page contains ZIP files with executables only. You can find the source code of these applications in the Examples and Samples folders under the product installation directory (if you don't have the retail product version, please download the product evaluation). This section contains samples illustrating how to use various features provided by the Advanced Edit Control. MDIEditorDemo Download (Click image to enlarge) This sample demonstrates the use of the Advanced Edit Control in an MDI application. This sample shows the full set of editor features: Syntax highlighting for different types of documents (C++, HTML, Basic, Pascal, Assembler, Python, C#, JScript, SQL, and XML) IntelliSense (for C++ sample code). Outlining (collapsing and expanding logical blocks) Contextual tool tips Markers: owner-draw breakpoints and bookmarks Hyperlinks embedded in the text Error indication. Find and Replace operations. "Go To Line" dialog Line numbering Print Preview ChatEditor Download (Click image to enlarge) Demonstrates how to implement a simple chat application using the Advanced Edit Control and utilizing its support for graphics symbols. EditorMarkers Download (Click image to enlarge) Illustrates how to add custom markers and colored areas to the edit control.