https://github.com/nhathout/winforms-palindromegenerator
Windows Forms utility program that lists numeric palindromes starting from any user-chosen integer.
https://github.com/nhathout/winforms-palindromegenerator
csharp windows-forms
Last synced: 3 months ago
JSON representation
Windows Forms utility program that lists numeric palindromes starting from any user-chosen integer.
- Host: GitHub
- URL: https://github.com/nhathout/winforms-palindromegenerator
- Owner: nhathout
- Created: 2025-04-23T23:08:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-23T23:19:19.000Z (about 1 year ago)
- Last Synced: 2025-05-29T15:11:54.274Z (about 1 year ago)
- Topics: csharp, windows-forms
- Language: C#
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WinForms-PalindromeGenerator
*A lightweight C# /.NET Windows Forms application for discovering numeric palindromes.*

## Overview
Type a **starting integer** (0 – 1 000 000 000) and a **count** (1 – 100), click **Generate**, and the app will display that many numeric palindromes beginning at—or after—the number you chose.
## Features
- **Fast generation** of up to 100 palindromes per query
- **Input validation** with friendly error messages if values are out of range
- **Resizable window** with clear instructions drawn directly onto the form
## Getting Started
### Prerequisites
- Visual Studio 2022 (or later) with the **.NET Desktop Development** workload
- .NET Framework 4.8 (or adjust the target to any compatible Windows Forms version)