[RESOLU] Code couleur sous visual basic

Code couleur sous visual basic [RESOLU] - VB/VBA/VBS - Programmation

Marsh Posté le 05-02-2006 à 12:46:44    

Bonjour à tous,
 
Je cherche depuis un bon moment le code des couleur en visual basic.
Est ce que quelqu'un a une idée où je pourrais trouver ça.
 
Merci
 
 

Code :
  1. Function mort_ou_vie(a As Integer, b As Integer, ms1 As MSFlexGrid, Tvi() As Boolean)
  2. For a = 1 To Longmax
  3.      For b = 1 To Longmax
  4.    
  5.         If Tvi(a, b) = False Then
  6.         ms1.Col = a - 1
  7.         ms1.Row = b - 1
  8.         ms1.CellBackColor = QBColor(red)
  9.        
  10.             Else
  11.             ms1.Col = a - 1
  12.             ms1.Row = b - 1
  13.             ms1.CellBackColor = QBColor(green)
  14.            
  15.         End If
  16.     Next b
  17. Next a
  18. End Function


Message édité par mauriiiiiice le 05-02-2006 à 13:06:25
Reply

Marsh Posté le 05-02-2006 à 12:46:44   

Reply

Marsh Posté le 05-02-2006 à 13:11:57    

20 min le topic, pas mal ;)


---------------
now : do nothing
Reply

Marsh Posté le 07-02-2006 à 11:13:35    

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed