What is notepad?

What is the message sent to imm when i click minimize button of application like notepad?

  • hi, i am workin on IME's. in my DLLmAIN Function, i have registered & created a window wc.style = CS_HREDRAW CS_VREDRAW; wc.lpfnWndProc = SettingsWndProc; wc.cbClsExtra = 0; wc.cbWndExtra = 0; wc.hInstance = hInst; ....... ....... handle=CreateWindow(SETTINGS_CLASS_NAM… wind", WS_POPUP|WS_OVERLAPPED|WS_BORDER|WS_CL… 50,50, NULL, NULL, hInstance, NULL); This window has no parent. ------------ now when everythin is workin fine,, the dll attaches it self to Notepad...etc now i want to minimize the window when NOTEPAD is minimized. i.e when i click minimize button. how to do dis? --------------------

  • Answer:

    You should see Notepad receive a WM_SIZE message with wParam==SIZE_MINIMIZED.

vishnu rao at Yahoo! Answers Visit the source

Was this solution helpful to you?

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.