07-19-2006 12:00 PM
07-19-2006 02:47 PM
You don't need to write code to make this happen. It is already there for you.
You can use a standard numeric box.
Right-click on it and select 'edit control".
Selct the "format and precision" button.
In the display format window, select 'hexadecimal".
07-19-2006 02:53 PM
That is fine for a single number, but I'd like to edit many bytes.
07-19-2006 03:18 PM
If you're wanting a calculator/translator, put two numeric boxes up. Read the integer from the hex box and write the integer to the decimal (or whatever format you are translating into) box.
If you're looking for more functionality still, then provide a few more details about what you are looking for.
07-19-2006 03:46 PM - edited 07-19-2006 03:46 PM
Message Edited by mvr on 07-19-2006 03:46 PM
07-19-2006 04:55 PM
07-19-2006 08:33 PM