Hex Edit Control with Input and Length Checking
Posted
by Lee Hamel
on June 14th, 2002
Environment: VC6
I don't know how many times I've wanted to put a hex edit control in my application, but wanted to limit the user's input and length. CEdit only has the ability to limit the input to numbers. That's all fixed now with my program, CHexEdit class. The following features are supported in this program:
- Limit input to upper case, lower case, or both cases
- Increment and decrement max input length (1-16 characters)
- Convert hex string to decimal

Comments
Saved me some time, thanks!
Posted by Legacy on 06/14/2002 12:00amOriginally posted by: Eric Thorbjornsen
Reply