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
- Open
WpfHexEditorControl.sln - Set as startup project
- 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.
📚 Related Samples
- C# Sample - Same features in C#
- All Samples - Overview of all samples
✨ VB.NET demonstration of WPF HexEditor Control