Él médico puede curar la enfermedad, pero mata al enfermo.
Páginas
lunes, 3 de diciembre de 2018
miércoles, 24 de octubre de 2018
viernes, 5 de octubre de 2018
LISTADO PRACTICAS GIMP
- Hoja-Fondo transparente.
- Piragua_-tapón clonar-
- Quitar objetos de una foto.
- montaje estanque patos
- hojos
- Dientes
- Arrugas
- Tono de piel-Maquillaje
- Pecas
- Cara completa
- playa Lanzarote filtros
- desaturar-niveles
- Rosa filtros
- fundir capas
- house
- distorsiones
- montaje-niñas retrato
- montaje niñas libro
- montaje niñas edificio
- montaje niñas sello
- colorear pelo
- Dibujo/Imagen con movimiento.(.gif)
- Adelgazar.
- Engordar.
- Colorear dibujo
- Montaje con famoso.
- Cambio colores
- Lluvia
- Filtros títulos.
- Dado.
jueves, 14 de junio de 2018
lunes, 11 de junio de 2018
martes, 5 de junio de 2018
viernes, 25 de mayo de 2018
VISUALBASIC: EJERCICIO9
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Button = 1 Then
Shape1.Top = Y
Shape1.Left = X
End If
End Sub
If Button = 1 Then
Shape1.Top = Y
Shape1.Left = X
End If
End Sub
miércoles, 23 de mayo de 2018
VISUALBASIC :EJERCICIO 10
Dim seg, minu, hor As Integer
Private Sub Form_Load()
seg = 0
minu = 0
hor = 0
End Sub
Private Sub Timer1_Timer()
seg = seg + 1
If seg = 60 Then
minu = minu + 1
seg = 0
If minu = 60 Then
hor = hor + 1
minu = 0
If hor = 24 Then
hor = 1
End If
Private Sub Form_Load()
seg = 0
minu = 0
hor = 0
End Sub
Private Sub Timer1_Timer()
seg = seg + 1
If seg = 60 Then
minu = minu + 1
seg = 0
If minu = 60 Then
hor = hor + 1
minu = 0
If hor = 24 Then
hor = 1
End If
martes, 22 de mayo de 2018
ELEMENTOS BLOG
1. RELOJ
2. CONTADOR
VISITAS.
3. CALENDARIO
CON UBICACIÓN.
4. PREDICCION
DEL TIEMPO.
5. ENTRADA DE
VIDEO.
6. ENTRADAS CON
HIPERVÍNCULO.
7. ALBUM:
GOOGLE FOTOS COMPARTIDO.
8. FICKR: VISOR
FOTOS.
9. RSS :
MARCA-HERALDO O SIMILAR.
10. BARRA DE VIDEO.
11. FAVICON.
12. FORMULARIO.
13. PRESENTACIÓN.
14.-MUSICA
15.-OTROS EFECTOS.
viernes, 11 de mayo de 2018
jueves, 26 de abril de 2018
jueves, 19 de abril de 2018
jueves, 15 de marzo de 2018
domingo, 4 de marzo de 2018
jueves, 1 de marzo de 2018
martes, 13 de febrero de 2018
lunes, 5 de febrero de 2018
Suscribirse a:
Entradas (Atom)