I doing the test question and I want to display chemical formulas in Text properites of RadioGroup (devexpress) or RadioButton (winforms).
Can we do that?
I editor question in RichTextBox or RichEditControl (devexpress) with document type is RTF to be able to store format questions.
example:
When I execute Insert command data into database, content encrypted (RTF Text)
Now, I want to read data from database and assign them in RadioGroup Item or RadioButton for student choice when exams.
How can I do to display content of question (unencrypted) and chemical formulas?
Thanks all!