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