Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/11/2005, 20:18
Avatar de vbx3m
vbx3m
 
Fecha de Ingreso: febrero-2005
Ubicación: Venezuela
Mensajes: 524
Antigüedad: 20 años, 3 meses
Puntos: 1
pero puedes utilizar esto:

Dim command As Object
Private Sub Form_Load()
For Each command In Controls
If TypeOf command Is CommandButton Then
command.Picture = LoadPicture("ruta")
End If
Next
End Sub
__________________
ホルヘ・ラファエル・マルティネス・レオン