Search code examples
windowsmessagewndproc

WM messages from PowerPoint clicker


I'm trying to find a WM message(s) that are sent to PowerPoint-like applications when prev/next button on clickers (i.e. this) is pressed. Anybody knows what are these? It seems to be basically 4: prev, next, black screen, start presentation.

Thanks.


Solution

  • In case somebody needs exact messages (wParam of WM_KEY*):

    VK_PRIOR/VK_NEXT (PgUp/Down) (prev/next slide)
    VK_F5 (F5) (start presentation)
    VK_OEM_PERIOD (.) (blank)