WpfHexEditorControl

Wpf Hexeditor is a powerful and fully customisable user control for editing file or stream as hexadecimal, decimal and binary. Can be used in Wpf or WinForm application

View project on GitHub

WpfHexEditor.Sample.VB

Visual Basic .NET version of the WPF HexEditor sample application.

🎯 Purpose

Demonstrates how to use the WPF HexEditor control in Visual Basic .NET projects, with the same features as the C# sample.

✨ Features Demonstrated

  • File Operations: Open and edit binary files
  • Clipboard Operations: Copy, cut, and paste
  • Undo/Redo: Full history support
  • Find & Replace: Pattern search capabilities
  • Character Tables: Custom TBL support
  • View Modes: Hex, decimal, and binary

🚀 How to Run

Visual Studio

  1. Open WpfHexEditorControl.sln
  2. Set as startup project
  3. Press F5

Command Line

dotnet run

📦 Project Type

  • Platform: WPF
  • Language: Visual Basic .NET
  • Target Framework: .NET Framework 4.8

👥 Target Audience

VB.NET developers who want to integrate hex editing capabilities into their applications.


✨ VB.NET demonstration of WPF HexEditor Control