R.Wieser
2023-01-06 11:21:55 UTC
Hello all,
I'm dragging and/or resizing individual controls by sending them a
SC_DRAGMOVE family message. That works.
The problem is that when I give the control a WS_BORDER attribute (causing a
black, single-pixel wide border to be drawn) than a number of the basic
controls (static, edit, others) get a forced minimum size (which does seem
to match the minimum width and height of a dialog).
Question : Can, and if so how do I tell the move/size executing code *not*
to apply those minimum size contraints ?
Regards,
Rudy Wieser
I'm dragging and/or resizing individual controls by sending them a
SC_DRAGMOVE family message. That works.
The problem is that when I give the control a WS_BORDER attribute (causing a
black, single-pixel wide border to be drawn) than a number of the basic
controls (static, edit, others) get a forced minimum size (which does seem
to match the minimum width and height of a dialog).
Question : Can, and if so how do I tell the move/size executing code *not*
to apply those minimum size contraints ?
Regards,
Rudy Wieser