30.04.2013 Views

1. Visual Basic - Curso completo teoria y practica

1. Visual Basic - Curso completo teoria y practica

1. Visual Basic - Curso completo teoria y practica

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Private Sub MnuFixedSingle_Click()<br />

Load FrmFixedSingle<br />

FrmFixedSingle.Show<br />

End Sub<br />

Private Sub MnuSizable_Click()<br />

Load FrmSizable<br />

FrmSizable.Show<br />

End Sub<br />

Private Sub MnuFixedDialog_Click()<br />

Load FrmFixedDialog<br />

FrmFixedDialog.Show<br />

End Sub<br />

Private Sub MnuFixedToolWindow_Click()<br />

Load FrmFixedToolWindow<br />

FrmFixedToolWindow.Show<br />

End Sub<br />

Private Sub MnuSizableToolWindow_Click()<br />

Load FrmSizableToolWindow<br />

FrmSizableToolWindow.Show<br />

End Sub<br />

Private Sub MnuAcercaDe_Click()<br />

Load FrmAcercaDe<br />

FrmAcercaDe.Show<br />

End Sub<br />

Private Sub MnuSalir_Click()<br />

Unload Me<br />

End Sub<br />

Pág. 299

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!