Si votre email correspond à un compte, vous recevrez un lien de réinitialisation.
Salut,je cherche comment creer une bar de progression dans ma fenetre, mais sanssucces, ma fenetre reste vide. voici un extrait de mon code :ControlRef control,tempControl;Rect bounds ;Rect contentBounds;SetRect(&contentBounds, 10, 50, 400, 400);// carré 400 ; x,y 10,50CreateNewWindow (kDocumentWindowClass, kWindowStandardHandlerAttribute,&contentBounds,&theWindow);SetRect(&bounds, 50,50,20,200);// x,y 50,50 ; longeur 200ShowWindow(theWindow);cout << CreateProgressBarControl( theWindow, &bounds, 50, 0, 100, true,&control );Draw1Control(control);qu'es ce qui ne va pas la dedans pour que je n'est rien à l'ecran.( cela fait2jour que je cherche en vain)toutes aides serait remercier.sebastien
Salut, je cherche comment creer une bar de progression dans ma fenetre, mais sans succes, ma fenetre reste vide. voici un extrait de mon code : ControlRef control,tempControl; Rect bounds ; Rect contentBounds; SetRect(&contentBounds, 10, 50, 400, 400);// carré 400 ; x,y 10,50 CreateNewWindow ( kDocumentWindowClass, kWindowStandardHandlerAttribute, &contentBounds, &theWindow ); SetRect(&bounds, 50,50,20,200);// x,y 50,50 ; longeur 200 ShowWindow(theWindow); cout << CreateProgressBarControl( theWindow, &bounds, 50, 0, 100, true, &control ); Draw1Control(control); qu'es ce qui ne va pas la dedans pour que je n'est rien à l'ecran.( cela fait 2 jour que je cherche en vain) toutes aides serait remercier. sebastien