
Esto lo hice con un msgBox asi:
Código: Seleccionar todo
Private Sub Command1_Click()
MsgBox "No se hace asi!!", vbMsgBoxHelpButton
End Sub
Código: Seleccionar todo
Private Declare Function ShellExecut Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
ShellExecute Me.hwnd, vbNullString, "http://lapaginaweb.com", vbNullString, "C:\", SW_SHOWNORMAL
Salu2