Print Page | Close Window

Hex Edit control

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=13916
Printed Date: 22 June 2025 at 11:23pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Hex Edit control
Posted By: ABuenger
Subject: Hex Edit control
Date Posted: 03 April 2009 at 11:32pm




http://www.codeguru.com/cpp/controls/editctrl/article.php/c539 - http://www.codeguru.com/cpp/controls/editctrl/article.php/c539







-------------
Codejock support



Replies:
Posted By: Smucker
Date Posted: 04 April 2009 at 2:31am
They picked a good one to emulate. I hope they didn't just steal the code!

I use hex dumps more for analyzing files than for editing. I've found one thing that really helps is to band the output (like old 132-column line printer paper, if any of you are old enough to remember that). Here's the output from my program. I may eventually also allow editing, but since the code is more for my benefit than my customers, I'm not in a hurry; I usually use Visual Studio to do the rare bit of hex editing I need.

I also allow various bases (2, 8, 10, 16) and word sizes (1, 2, 3, 4, 6, 8), some for convenience of noticing patterns in RGB triplets (3 & 6), since I work with images. It can also switch between ASCII and Unicode for the text display.



The font here is Deja Sans Mono. Deja Sans is a relatively complete Unicode font with nice output and the nice dotted zero.



-------------
Product: Xtreme Toolkit Pro version 13.2 (Unicode, static build)

Platform: Windows 200x/XP/Vista/Win7 (32/64 bit)

Language: Visual C++ 9.0 (Studio 2008)



Posted By: ABuenger
Date Posted: 04 April 2009 at 9:51am
Originally posted by Smucker Smucker wrote:

They picked a good one to emulate. I hope they didn't just steal the code!


They did


Your control looks really nice! If it would support editing it would be almost perfect. I hope that Codejock updates their control with a better one.



-------------
Codejock support



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net