protected override CreateParams CreateParams { get { CreateParams cp = base.CreateParams; cp.ExStyle |= 0x02000000; return cp; } }
while( resizing ){ refresh_controls() ; ) // too expensive , bad process , high cost of actions // take it easy while( resizing ) { // no action on controls ; } wait_for_stop_of_border_moving(){ resize_controls() };
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)