|
-
November 1st, 1999, 12:35 PM
#1
converting characters in my dialog box into Ascii,Hex and Decimal
ive created a dialog box with 4 edit boxes and 3 button controls
the top edit box (IDC_CHARACTER)m_strChar is where you input the data and the you choose one of the button boxes ( ascii , hex,decimal) . ive created and check it , then i want my CCharacterDlg::OnCalculate function to right 3 if , statements to see if which button box is crossed and then to implement the math to change the data accordingly ie
if
On_Bhex_button_crossed
then m_strChar = Hex so.....
convert characters into ascii and decimal.
and so on for ascii , decimal , hex.
any ideas...?????
someone ...
anyone.....lol
thanks guy's any code would be appreciated.
steve
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|