winapi - How to eat MDIChild Minimize messages -


i have code intercepts , eats wm_exitsizemove messages because want prevent users maximizing mdichild forms. prevent them minimizing mdichild forms can't figure out message intercept, know?

i think you're trying lot easier you're making it. change windowstate property on mdichild forms fixedsingle. prevent resizing of form, , rid of max , min buttons.

if want resizing without maximizing or minimizing, have go through api. can use enumchildwindows rid of max , min buttons.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -