ou MoveWindow(). BruNews, ciao...
------------------------------- Réponse au message : -------------------------------
> Salut. > > Si tu veux qu'il se redimensionne en meme temps que ta fenetre, il faut gérer le message WM_SIZE et redimensionner ton controle avec SetWindowPos. : > > BOOL SetWindowPos( > HWND hWnd, // handle of window > HWND hWndInsertAfter, // placement-order handle > int X, // horizontal position > int Y, // vertical position > int cx, // width > int cy, // height > UINT uFlags // window-positioning flags > ); > > Voir win32.hlp pour plus d'informations ;) > > @+
|