Si votre email correspond à un compte, vous recevrez un lien de réinitialisation.
> Tout dépend de ce que tu veux comme ligne ;-)Essaye:http://msdn.microsoft.com/library/en-us/gdi/linecurv_8bn7.asp
> Tout dépend de ce que tu veux comme ligne ;-) Essaye: http://msdn.microsoft.com/library/en-us/gdi/linecurv_8bn7.asp
> 'trace une ligne de la position courante à x,yPrivate Declare Function LineTo& Lib "gdi32" (ByVal hdc As Long, ByVal x
Long, ByVal y As Long)'defini la position courantePrivate Declare Function MoveToEx& Lib "gdi32" (ByVal hdc As Long, ByVal xAs Long, ByVal y As Long, lpPoint As POINTAPI)
> 'trace une ligne de la position courante à x,y Private Declare Function LineTo& Lib "gdi32" (ByVal hdc As Long, ByVal x
Long, ByVal y As Long) 'defini la position courante Private Declare Function MoveToEx& Lib "gdi32" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, lpPoint As POINTAPI)