Search:

Type: Posts; User: yoonkwun

Search: Search took 0.00 seconds.

  1. Thanks a lot, problem fixed. I added...

    Thanks a lot, problem fixed. I added SetBkMode(hdcStatic, TRANSPARENT); before the return, and the background changed according to the return. Thanks again.
  2. WM_CTLCOLORSTATIC and Read Only Edit Controls

    Hi, I'm having confusion with the effect of the return value of WM_CTLCOLORSTATIC with read only edit controls.

    In my main WndProc's WM_CREATE's handler includes:


    hwndInfoEdit =...
  3. Replies
    2
    Views
    4,847

    Ah, now it works. Thanks! :)

    Ah, now it works. Thanks! :)
  4. Replies
    2
    Views
    4,847

    Detecting Edit Control Text

    Hi, I'm on Windows XP SP2 using Visual C++ 2008 Express Edition.

    I'm having a small problem detecting the text in an edit control. I have it subclassed as so:



    LRESULT CALLBACK EditProc...
Results 1 to 4 of 4