06-20-2008 02:05 PM
06-20-2008 02:50 PM - edited 06-20-2008 02:51 PM
06-20-2008 02:59 PM - edited 06-20-2008 02:59 PM
06-20-2008 03:20 PM - edited 06-20-2008 03:21 PM
06-20-2008 03:23 PM
06-20-2008 04:09 PM
AshishMaharjan wrote:
I should have mentioned that my string is not in normal display though. The input is in hex format. (So I want the limitation of 4 bytes like FFFF FFFF). This means the number constant now should be 4.
07-08-2008 12:45 PM
07-08-2008 01:01 PM
07-08-2008 01:09 PM
That statement is silly. A numeric control can be set for hex display. You example
AshishMaharjan wrote:
But my control must be in hex format. So numeric control won't be of help to me.
07-08-2008 01:18 PM
You misunderstood my question.
In your example user inputs decimal number and indicator displays in hex format which is of course easy and is silly question to ask.
My requirement is : User must input in hex string format. And my program must not allow the user to input more than 4 bytes.
Thanks for helps.