bonjour
j'ai dessiné un tableau a l'aide de PaintBox,puis je fais l'initialisation du tableau
Tabs[0][1] = (char)('E');
Tabs[0][2] = (char)('A');
Tabs[0][3] = (char)('J');
Tabs[1][0] = (char)('A');
Tabs[1][1] = (char)('N');
Tabs[1][2] = (char)('T');
Tabs[1][3] = (char)('O');
Tabs[2][0] = (char)('R');
Tabs[2][1] = (char)('B');
Tabs[2][2] = (char)('A');
Tabs[2][3] = (char)('R');
Tabs[3][0] = (char)('A');
Tabs[3][1] = (char)('O');
Tabs[3][2] = (char)('E');
Tabs[3][3] = (char)('N');
je cherche un code qui permet de trouver tous les A dans le tableau et change leur couleur dans le tableau
j'espere que le probleme est claire
merci en avance

 

 
		
		 
        

 
			
			




 recherche un caractere dans un tableau
 recherche un caractere dans un tableau
				 Répondre avec citation
  Répondre avec citation


 
  
  
 
 
			 
   
 
 
						 merci ca marche tres bien
merci ca marche tres bien
Partager