C'est effectivement bizarre. J'ai fait un projet avec juste une liste
avec 3 lignes.
Dans l'event keydown de la fenetre j'ai mis ce code
If Keyboard.AsyncKeyDown(123) then
break
end if
If Keyboard.AsyncKeyDown(124) then
break
end if
If Keyboard.AsyncKeyDown(125) then
break
end if
If Keyboard.AsyncKeyDown(126) then
break
end if
Et bien la sélection par les fleches fonctionnent bien par contre mes
break s ne fonctionnent qu'avec les touches latérales pas avec Haut et
Bas.
Il semble que RB se garde ces touches et n'en donne pas l'accès.
|