SlideShare a Scribd company logo
1 of 7
PROYECTO:
   “Papelería”
      Miriam Garcés García
Profa.: Margarita Romero Alvarado
Formulario - Inicio
                      Insertamos un Picture Box
                           Copiamos y pegamos el logo dentro
                           del Picture Box.
                           Agregamos 3 Command
                           En Caption:
                           Command1 – PRODUCTOS
                           Command2 – PUBLICIDAD
                           Command3 – SALIR
                        En el command Productos agregamos:
                        Private Sub Command1_Click()
                        Form2.Show
                        End Sub
                        Command Publicidad:
                                    Publicidad
                        Private Sub Command2_Click()
                        Form3.Show
                        End Sub
                        Command Salir:
                                    Salir
                        Private Sub Command3_Click()
                        End
                        End Sub
2 do Formulario
   Agregamos 8 Frame

                         Caption                Nombre
Command1                Plumas                 cmdplumas
Command2                Colores               cmdcolores
Command3                Libretas               cmdlibretas
Command4                Mochilas              cmdmochilas
Command5                Diccionarios          cmddiccionarios
Command6                Crayolas              cmdcrayolas


Agregamos 6 Picture y pegamos su imagen correspondiente

                        Caption                        Nombre
Option1                 Sueltas                        Option1
Option2                 Paquete de 7 plumas            Option2
Option3                 Caja de 12 pzas                Option3
Option4                 Caja de 24 pzas                Option4
Option5                 C.Grande                       Option5
Option6                 C.Pequeño                      Option6
Option7                 Chenson                        Option7
Option8                 Wilson                         Option8
Option9                 Diccionario                    Option9
Option10                Bote de Crayolas               Option10
   Agregamos 6 TextBox
   1 Command


CODIGO (command):
Private Sub cmdplumas_Click()     Private Sub cmdmochilas_Click()
Picture1.Visible = True           Picture4.Visible = True
Frame2.Visible = True             Frame6.Visible = True
                                  Text4.Visible = True
Text1.Visible = True              End Sub
Label1.Visible = True
End Sub                           Private Sub cmddiccionarios_Click()
                                  Picture5.Visible = True
Private Sub cmdcolores_Click()    Frame7.Visible = True
                                  Text5.Visible = True
Picture2.Visible = True
                                  End Sub
Frame3.Visible = True
Text2.Visible = True              Private Sub cmdcrayolas_Click()
End Sub                           Picture6.Visible = True
                                  Frame8.Visible = True
                                  Text6.Visible = True
Private Sub cmdlibretas_Click()
                                  End Sub
Picture3.Visible = True
Frame4.Visible = True
Text3.Visible = True
End Sub
CODIGO (optión):
                              Private Sub Option5_Click()
Private Sub Option1_Click()   Frame4.Visible = True
Frame2.Visible = True         Text3 = 8
Text1 = 3                     End Sub
End Sub
                              Private Sub Option6_ Click()   Private Sub Option10_Click()
                              Frame4.Visible = True          Frame8.Visible = True
Private Sub Option2_Click()   Text3 = 7                      Text6 = 46
Frame2.Visible = True         End Sub                        End Sub
Text1 = 15
End Sub                       Private Sub Option7_ Click()
                              Frame6.Visible = True            CODIGO (COMMAND
                              Text4 = 250                         REGRESAR):
Private Sub Option3_Click()   End Sub
Frame3.Visible = True
                                                             Private Sub
Text2 = 26                    Private Sub Option8_ Click()
                                                             Command1_Click()
End Sub                       Frame6.Visible = True
                                                             Form1.Show unloadme
                              Text4 = 150
                                                             End Sub
                              End Sub
Private Sub Option4_Click()
Frame3.Visible = True         Private Sub Option9_ Click()
Text2 = 54                    Frame7.Visible = True
End Sub                       Text5 = 120
                              End Sub
3er Formulario




   En la caja de herramientas damos clic derecho- Componentes-Seleccionamos Windows Media Player.
   Command REPRODUCIR:
   Private SubCommand1_Click()
   WMP1.URL = App.Path + "papeleria 56(2).wmv"
   End Sub
   Command REGRESAR
   Private Sub Command2_Click()
   Form1.Show unloadme
   End Sub

More Related Content

Viewers also liked (19)

Metacho3
Metacho3Metacho3
Metacho3
 
Portafolio 4_Johanna Mena
Portafolio 4_Johanna MenaPortafolio 4_Johanna Mena
Portafolio 4_Johanna Mena
 
Politica talento humano
Politica talento humanoPolitica talento humano
Politica talento humano
 
Primer informe de gestion
Primer informe de gestionPrimer informe de gestion
Primer informe de gestion
 
Lasquejasdejesus 1
Lasquejasdejesus 1Lasquejasdejesus 1
Lasquejasdejesus 1
 
Estatica grafica 2011 i juntos 0
Estatica grafica 2011 i juntos 0Estatica grafica 2011 i juntos 0
Estatica grafica 2011 i juntos 0
 
Ladrillos
LadrillosLadrillos
Ladrillos
 
Monografía ma josé
Monografía ma joséMonografía ma josé
Monografía ma josé
 
Proyecto unidad 2
Proyecto unidad 2Proyecto unidad 2
Proyecto unidad 2
 
Tutorial word 2007 jessica memory
Tutorial word 2007   jessica memoryTutorial word 2007   jessica memory
Tutorial word 2007 jessica memory
 
Esquema web
Esquema webEsquema web
Esquema web
 
Tutorial compra por internet
Tutorial compra por internetTutorial compra por internet
Tutorial compra por internet
 
Del juicio ejecutivo
Del juicio ejecutivoDel juicio ejecutivo
Del juicio ejecutivo
 
Stalin pulupa visual basic 6.0
Stalin pulupa visual basic 6.0Stalin pulupa visual basic 6.0
Stalin pulupa visual basic 6.0
 
Aplicaciones window
Aplicaciones windowAplicaciones window
Aplicaciones window
 
Actividad manejo de plataforma...
Actividad manejo de plataforma...Actividad manejo de plataforma...
Actividad manejo de plataforma...
 
Puente stem maestros
Puente stem maestrosPuente stem maestros
Puente stem maestros
 
Base de Datos
Base de DatosBase de Datos
Base de Datos
 
Power Point
Power Point Power Point
Power Point
 

More from BangMiriam3003

More from BangMiriam3003 (9)

TEMAS DE UNIDAD 4
TEMAS DE UNIDAD 4TEMAS DE UNIDAD 4
TEMAS DE UNIDAD 4
 
Invitacion
InvitacionInvitacion
Invitacion
 
Invitacion
InvitacionInvitacion
Invitacion
 
Practica área
Practica áreaPractica área
Practica área
 
Botones de colores
Botones de coloresBotones de colores
Botones de colores
 
Practica - Teclado
Practica -  TecladoPractica -  Teclado
Practica - Teclado
 
Copia de copia de e.si.m.l.p
Copia de copia de e.si.m.l.pCopia de copia de e.si.m.l.p
Copia de copia de e.si.m.l.p
 
Unidad 2
Unidad 2Unidad 2
Unidad 2
 
Practicas de visual basic 6.0
Practicas de visual basic 6.0Practicas de visual basic 6.0
Practicas de visual basic 6.0
 

Proyecto "The Best Stationery"

  • 1. PROYECTO: “Papelería” Miriam Garcés García Profa.: Margarita Romero Alvarado
  • 2. Formulario - Inicio Insertamos un Picture Box Copiamos y pegamos el logo dentro del Picture Box. Agregamos 3 Command En Caption: Command1 – PRODUCTOS Command2 – PUBLICIDAD Command3 – SALIR En el command Productos agregamos: Private Sub Command1_Click() Form2.Show End Sub Command Publicidad: Publicidad Private Sub Command2_Click() Form3.Show End Sub Command Salir: Salir Private Sub Command3_Click() End End Sub
  • 4. Agregamos 8 Frame Caption Nombre Command1 Plumas cmdplumas Command2 Colores cmdcolores Command3 Libretas cmdlibretas Command4 Mochilas cmdmochilas Command5 Diccionarios cmddiccionarios Command6 Crayolas cmdcrayolas Agregamos 6 Picture y pegamos su imagen correspondiente Caption Nombre Option1 Sueltas Option1 Option2 Paquete de 7 plumas Option2 Option3 Caja de 12 pzas Option3 Option4 Caja de 24 pzas Option4 Option5 C.Grande Option5 Option6 C.Pequeño Option6 Option7 Chenson Option7 Option8 Wilson Option8 Option9 Diccionario Option9 Option10 Bote de Crayolas Option10
  • 5. Agregamos 6 TextBox  1 Command CODIGO (command): Private Sub cmdplumas_Click() Private Sub cmdmochilas_Click() Picture1.Visible = True Picture4.Visible = True Frame2.Visible = True Frame6.Visible = True Text4.Visible = True Text1.Visible = True End Sub Label1.Visible = True End Sub Private Sub cmddiccionarios_Click() Picture5.Visible = True Private Sub cmdcolores_Click() Frame7.Visible = True Text5.Visible = True Picture2.Visible = True End Sub Frame3.Visible = True Text2.Visible = True Private Sub cmdcrayolas_Click() End Sub Picture6.Visible = True Frame8.Visible = True Text6.Visible = True Private Sub cmdlibretas_Click() End Sub Picture3.Visible = True Frame4.Visible = True Text3.Visible = True End Sub
  • 6. CODIGO (optión): Private Sub Option5_Click() Private Sub Option1_Click() Frame4.Visible = True Frame2.Visible = True Text3 = 8 Text1 = 3 End Sub End Sub Private Sub Option6_ Click() Private Sub Option10_Click() Frame4.Visible = True Frame8.Visible = True Private Sub Option2_Click() Text3 = 7 Text6 = 46 Frame2.Visible = True End Sub End Sub Text1 = 15 End Sub Private Sub Option7_ Click() Frame6.Visible = True CODIGO (COMMAND Text4 = 250 REGRESAR): Private Sub Option3_Click() End Sub Frame3.Visible = True Private Sub Text2 = 26 Private Sub Option8_ Click() Command1_Click() End Sub Frame6.Visible = True Form1.Show unloadme Text4 = 150 End Sub End Sub Private Sub Option4_Click() Frame3.Visible = True Private Sub Option9_ Click() Text2 = 54 Frame7.Visible = True End Sub Text5 = 120 End Sub
  • 7. 3er Formulario En la caja de herramientas damos clic derecho- Componentes-Seleccionamos Windows Media Player. Command REPRODUCIR: Private SubCommand1_Click() WMP1.URL = App.Path + "papeleria 56(2).wmv" End Sub Command REGRESAR Private Sub Command2_Click() Form1.Show unloadme End Sub