Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Changing Edit box colour on button click

Changing Edit box colour on button click

Scheduled Pinned Locked Moved C / C++ / MFC
question
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    learningvisualc
    wrote on last edited by
    #1

    Hi all, I want to change colour of my edit box on button click ...... how can i do this... Thanks in advance

    R _ 2 Replies Last reply
    0
    • L learningvisualc

      Hi all, I want to change colour of my edit box on button click ...... how can i do this... Thanks in advance

      R Offline
      R Offline
      R jeev K R
      wrote on last edited by
      #2

      Try this... SendMessage(m_hWnd, EM_SETBKGNDCOLOR, 0, RGB(0, 255, 255) :thumbsup:

      1 Reply Last reply
      0
      • L learningvisualc

        Hi all, I want to change colour of my edit box on button click ...... how can i do this... Thanks in advance

        _ Offline
        _ Offline
        _Superman_
        wrote on last edited by
        #3

        Handle the WM_CTLCOLOREDIT message in the parent dialog and return the necessary colored brush. Since you want to do this on a button click, in the button click event handler, set a flag and then call UpdateWindow for the edit control. In the WM_CTLCOLOREDIT message handler you can check this flag before returning the colored brush.

        «_Superman_» I love work. It gives me something to do between weekends.
        Microsoft MVP (Visual C++)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups