i want to intercept WM_GETMINMAXINFO for my mfc dialog app -- but the classwizard isnt listing it... can i still intercept it?
My Dialog has WS_THICKFRAME.. so it *can* be resized.. but I want to limit its size..
Printable View
i want to intercept WM_GETMINMAXINFO for my mfc dialog app -- but the classwizard isnt listing it... can i still intercept it?
My Dialog has WS_THICKFRAME.. so it *can* be resized.. but I want to limit its size..
in class wizard use "CLASS INFO" window to change message filter from Dialog to Window !!!