cs_ShayW
Messages postés3253Date d'inscriptionjeudi 26 novembre 2009StatutMembreDernière intervention 3 décembre 2019
-
22 mars 2010 à 23:40
cs_ShayW
Messages postés3253Date d'inscriptionjeudi 26 novembre 2009StatutMembreDernière intervention 3 décembre 2019
-
25 mars 2010 à 20:58
Salut
j'écris un project j'utilise directx7
j'ai une class qui dessine des lignes(utilisant directdraw) à différentes coordonnées
Le problème comment je fais pour renouveler the form
jusqu'à maintenant j'utilise theform.invalidate()
ce n'est pas la bonne méthode !!
merci d'avance
cs_ShayW
Messages postés3253Date d'inscriptionjeudi 26 novembre 2009StatutMembreDernière intervention 3 décembre 201957 25 mars 2010 à 20:58
J'ai trouvé
Private PRI As DirectDrawSurface7
Private BackBuffer As DirectDrawSurface7
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
BackBuffer.BltColorFill(PSrcRect, 16)
PRI.Flip(Nothing,DxVBLib.CONST_DDFLIPFLAGS.DDFLIP_WAIT)End Sub