Tagged Questions
1
vote
1answer
255 views
Does WPF have an easy way to display a navigable series of images?
I'm making my first WPF application, and its purpose is to generate 6 images from some data. Ideally I'd like to display them in the window, with little "forward" and "back" buttons, and a text ...
0
votes
2answers
152 views
What is the best way to display and edit a large array of hex data in WinForms?
I am looking to display an array from 128 to 512 bytes in size of hexadecimal data (0x00 to 0xFF) in a 16 X n grid-like display. It needs the capability of selecting a single element or group of ...