A lightweight text autocomplete library for Windows Forms, designed for text boxes and rich text boxes.
Intelligence Lite provides an autocomplete experience that can be integrated into Windows Forms applications.
The project was originally created in February 2016 and targets the classic .NET Framework ecosystem.
- Text autocomplete for Windows Forms
- TextBox and RichTextBox support
- Light and dark modes
- Custom theme colors
- Symbol icon support
- Support for different fonts
- Optimized for large data sets
- Support for multiple languages
- Fusion and Flat visual styles
| Technology | Version |
|---|---|
| Language | C# |
| .NET Framework | 4.5.1 |
| C# | 5.0 |
| IDE | Visual Studio 2012 |
IntelligenceLite/
├── intelligenceLite/
├── TestAutoComplete/
├── intelligenceLite.sln
├── LICENSE.txt
└── README.md
The TestAutoComplete project provides an application for trying the autocomplete component.
- Open
intelligenceLite.slnin Visual Studio. - Build the solution.
- Add the generated library/DLL to a Windows Forms application.
- Reference the autocomplete component from your application.
- Configure the component according to your UI and data requirements.
The project is primarily intended as a reusable WinForms component and as a reference implementation for building custom autocomplete controls.
This is a classic .NET Framework / WinForms project rather than a modern .NET project. It is preserved as a reusable desktop UI library and as part of the project's development history.
MIT License.