When I'm subclassing a window created with CreateWindow, i call the WindowProc with CallWindowProc().
I can't seem to find a similar function for dialogs(MsVC).

Is this done in another way in dialogs? I tried to search the board, but found nothing of interest.