Search:

Type: Posts; User: guilin

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,045

    The EM_GETIMECOMPTEXT message works, the reason...

    The EM_GETIMECOMPTEXT message works, the reason is that no Composition String is send out from IME (Input Method Editor), so Cann't get any result.

    Sorry for the misleading message.
  2. Replies
    1
    Views
    1,045

    How to use EM_GETIMECOMPTEXT message?

    Does anybody know the trick to use EM_GETIMECOMPTEXT message?

    I try to use it to get Input Method Edit's composition string, and spended lots of time on it with no result.

    I have followed the...
  3. I want to get rid of Child window's MAXIMIZEBOX...

    I want to get rid of Child window's MAXIMIZEBOX and MINIMIZEBOX. Thanks.
  4. Yes, I tried twice, it hides the Client Window,...

    Yes, I tried twice, it hides the Client Window, and all child windows can't display.

    I programing with Win32 API, it seem MFC can do that way you suggested.
  5. Thanks for your reply, but it seems this is not...

    Thanks for your reply, but it seems this is not the fix, I try to put | ~WS_MAXIMIZEBOX | ~WS_MINIMIZEBOX in 3 windows style, it hided the window.

    I have read through the msdn, did not find a...
  6. How can create MDI Child window without MAXIMIZEBOX

    I want to create MDI Child window without MAXIMIZEBOX and MINIMIZEBOX and un-sizable.

    Following is the code I used, It always give me the maximizeBox and MinimizeBox at title box right corner. but...
Results 1 to 6 of 6