FORMULARIOS DE LOS EJEMPLOS DE FUND. INFORMÁTICA

Anuncio
FORMULARIOS DE LOS EJEMPLOS DE FUND. INFORMÁTICA
Ejemplo 1: ListBox
VentanaPpal (Form)
nombresLst (ListBox)
resultadoLbl (Label)
nombreLbl (Label)
borraUltimoCmd (CommandButton)
nombreTxt (TextBox)
verCmd (CommandButton)
telefonoLbl (Label)
nuevoCmd (CommandButton)
telefonoTxt (TextBox)
borraTodoCmd (CommandButton)
Ejemplo 2: ComboBox
CmbNombres (ComboBox)
FormPrincipal (Form)
CmdEscribe(CommandButton)
CmdVer (CommandButton)
LblResultado(Label)
Ejemplos 3 y 4: Eventos KeyPress y Change
LblMsgEntrada (Label)
TxtEntrada(TextBox)
LblResultado (Label)
Ejemplo5: Múltiples formularios
FormPadre
FormHijo
CmdAbre
CmdCierra
CmdCancelarse
Ejemplo 5: Multimódulo (agenda)
TxtNombre (TextBox)
TxtTlf (TextBox)
CmdBuscar (CommandButton)
LblMensaje (Label)
CmdNuevo (CommandButton)
Ejemplo 6: CommonDialog
LineaLbl
(Label)
AbreCmd
(CommandButton)
abreFichDlg
(CommonDialog)
Ejemplo 7: Temporizador (Timer)
TempLbl
(Label)
IniciarCmb
(CommandButton)
Temporizador
(Timer)
Documentos relacionados
Descargar