Hex Edit Control with Input and Length Checking

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

Downloads

Download source – 19 Kb

More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read