How do i get window resize event from named window?
Is it possible to get the window resize event from the named window? I am working with MFC and i want to get the OnSize() event on the named window. Is there a work around?
add a comment