Größe des Fenster



  • Hi, ich möchte eine Messagebox ausgeben , und zwar immer wenn das Main-Window(also das Fenster) in der Größe verändert wird.
    Wie geht das?

    Danke im voraus!!!



  • WM_SIZE
    The WM_SIZE message is sent to a window after its size has changed.

    WM_SIZING
    The WM_SIZING message is sent to a window that the user is resizing. By processing this message, an application can monitor the size and position of the drag rectangle and, if needed, change its size or position


Anmelden zum Antworten