Edit Control Question
-
Question: In my Edit Control i want the users to input HEX Values (I know they dont except HEX values so I can only use them in a CString as Characters). They would input something like "AA BB". What i want to do is take those 2 values ("AA" being 1 value and "BB" being the other value) and put them into a UINT array. i am just not sure how to go about extracting characters from a string. Anyone have any suggestions on how I could do this? Thanks
-
Question: In my Edit Control i want the users to input HEX Values (I know they dont except HEX values so I can only use them in a CString as Characters). They would input something like "AA BB". What i want to do is take those 2 values ("AA" being 1 value and "BB" being the other value) and put them into a UINT array. i am just not sure how to go about extracting characters from a string. Anyone have any suggestions on how I could do this? Thanks