Click to See Complete Forum and Search --> : WM_GETMINMAXINFO for Dialog


jonjonjon
October 8th, 1999, 12:38 PM
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..

karim4
October 8th, 1999, 01:35 PM
in class wizard use "CLASS INFO" window to change message filter from Dialog to Window !!!