Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/10/2004, 16:27
2Fast To You
 
Fecha de Ingreso: septiembre-2003
Ubicación: Santo Domingo - R. Dominicana
Mensajes: 606
Antigüedad: 20 años, 7 meses
Puntos: 0
O tambien puedes usar este Código:

Código PHP:
Option Explicit

Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As LongByVal lpOperation As StringByVal lpFile As StringByVal lpParameters As StringByVal lpDirectory As StringByVal nShowCmd As Long) As Long

Private Sub Label1_Click()
Dim X
ShellExecute(Me.hwnd"Open""http://www.TuDominio.com", &O0, &O0SW_NORMAL)
End Sub 
Espero que te Ayude.

Saludos