vois par exemple mon prj traitant de traduction
la fenetres est adaptable en taille
exemples:
c_comboLg1.MoveWindow(35,10,cx/2-30,200,true);
c_comboLg2.MoveWindow(cx/2+30,10,cx/2-30,200,true);
c_bNew.SetWindowPos(NULL,cx-46,40,0,0,SWP_NOZORDER |SWP_NOOWNERZORDER |SWP_NOSIZE |SWP_SHOWWINDOW );
c_bMaJ.SetWindowPos(NULL,cx-85,40,0,0,SWP_NOZORDER |SWP_NOOWNERZORDER |SWP_NOSIZE |SWP_SHOWWINDOW );
___________________________________________________________
MagicalementNono 