bug possible iconextract
Publié : sam. 15/sept./2007 16:49
j'ai fait le code suivant (juste pour le test) :
Le souci, c'est que quand j'affiche apres une icone, il n'y a plus rien. Tout se bloque. quand je mets j =0 to 20, la j'ai carrement un blocage du programme. Quelqu'un a une solution ?
Code : Tout sélectionner
For j=0 To 15
For i=0 To 200
ess.l = ExtractIcon_(0,"%SystemRoot%\System32\shell32.dll",j)
DestroyIcon_(0)
Next i
Next j