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

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -