![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/10/2004, 13:54
|
![Avatar de Untergang](http://static.forosdelweb.com/customavatars/avatar33437_0.gif) | | | Fecha de Ingreso: abril-2003 Ubicación: México
Mensajes: 138
Antigüedad: 21 años, 9 meses Puntos: 0 | |
Este es mediante CommonDialog [Made in MSDN]... si lo quieres de otra forma me avisas:
Private Sub Command1_Click()
' Set Cancel to True.
CommonDialog1.CancelError = True
On Error GoTo ErrHandler
' Set the HelpCommand Property
CommonDialog1.HelpCommand = cdlHelpForceFile
' Specify the Help file.
CommonDialog1.HelpFile = "c:\Windows\Cardfile.hlp"
' Display the Windows Help engine.
CommonDialog1.ShowHelp
Exit Sub
ErrHandler:
' User pressed Cancel button.
Exit Sub
End Sub
__________________ <<No hay Luz sin Oscuridad>> |