
10/11/2005, 20:18
|
 | | | 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
__________________ ホルヘ・ラファエル・マルティネス・レオン |