P
pinocchio
Hello,
I have interesting problem. I need to create MDI application with
custom MDI child's windows. MDI childs should have rounded corners
and border with own style (not like windows default style). So I need
to cut corners, cut title bar (instead use own). But, when I cut all
borders (or use FormBorderStyle.none), I couldn't resize the form.
I hope, it's clear
My solution:
I tried to cut the form, and use Panel, cut it too, into shape of
border with width 3px and using even MouseMove and MouseDown define
my own resizing. But I don't thing this is the best solution.
A have also problem how to programm own resizing of form.
Could anyone help me? Thanks.
I have interesting problem. I need to create MDI application with
custom MDI child's windows. MDI childs should have rounded corners
and border with own style (not like windows default style). So I need
to cut corners, cut title bar (instead use own). But, when I cut all
borders (or use FormBorderStyle.none), I couldn't resize the form.
I hope, it's clear

My solution:
I tried to cut the form, and use Panel, cut it too, into shape of
border with width 3px and using even MouseMove and MouseDown define
my own resizing. But I don't thing this is the best solution.
A have also problem how to programm own resizing of form.
Could anyone help me? Thanks.