changing colour

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amie857
    New Member
    • Nov 2006
    • 10

    changing colour

    if you have answer that are incorrect and correct hoq do you change the outcome for the incorrect answer to display red
  • sashi
    Recognized Expert Top Contributor
    • Jun 2006
    • 1749

    #2
    Originally posted by amie857
    if you have answer that are incorrect and correct hoq do you change the outcome for the incorrect answer to display red
    Hi there,

    Please make you question simple & clear as it would ease in providing solution in return. Hope you understand now. Change the the answer to red in where? Label? Textbox? Take care.

    Comment

    • amie857
      New Member
      • Nov 2006
      • 10

      #3
      i have got an answer sheet with the answers and if they are correct or incorrect and i need to display the incorrect answers to red and the correct answers to blue

      Comment

      • gozzer101
        New Member
        • Nov 2006
        • 8

        #4
        Originally posted by amie857
        i have got an answer sheet with the answers and if they are correct or incorrect and i need to display the incorrect answers to red and the correct answers to blue
        Well I don't really know what you mean by anwser....

        But If your answer checking system is something like:

        if textbox1.text = textbox2.text then
        msgbox("answer correct")
        else
        msgobox("answer incorrect")
        TextBox2.ForeCo lor = (vbRed)
        end if


        or you can replace the "vbred" for the colour code.

        You need to explain more what you mean though!

        Comment

        Working...