Skip to content

Repository files navigation

Intelligence Lite

A lightweight text autocomplete library for Windows Forms, designed for text boxes and rich text boxes.

Overview

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.

Features

  • 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

Technology Version
Language C#
.NET Framework 4.5.1
C# 5.0
IDE Visual Studio 2012

Project Structure

IntelligenceLite/
├── intelligenceLite/
├── TestAutoComplete/
├── intelligenceLite.sln
├── LICENSE.txt
└── README.md

The TestAutoComplete project provides an application for trying the autocomplete component.

Getting Started

  1. Open intelligenceLite.sln in Visual Studio.
  2. Build the solution.
  3. Add the generated library/DLL to a Windows Forms application.
  4. Reference the autocomplete component from your application.
  5. Configure the component according to your UI and data requirements.

Intended Use

The project is primarily intended as a reusable WinForms component and as a reference implementation for building custom autocomplete controls.

Notes

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.

License

MIT License.

📷 Screenshots

🤍 Light Theme Orange 🧡

Screenshot 47

Screenshot 44

Screenshot 45

🖤 Dark Theme Magenta 💜

Screenshot 50

Screenshot 48

Screenshot 49

🖤 Dark Theme Pink 🩷

Screenshot 53

Screenshot 51

Screenshot 52

🖤 Dark Theme Blue 💙

Screenshot 56

Screenshot 54

Screenshot 55


🪟 The difference between Flat and Fusion styles

Fusion

Screenshot 57

Flat

Screenshot 58

About

A lightweight text completion for Windows Forms

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages