Ver Mensaje Individual
  #4 (permalink)  
Antiguo 08/01/2005, 21:56
maxnet
 
Fecha de Ingreso: enero-2005
Mensajes: 15
Antigüedad: 20 años, 3 meses
Puntos: 0
hola usa la api shellexecute

Private Declare Function ShellExecute 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

Private Sub Command1_Click()
ShellExecute 0, "open", "http://miarroba.com", vbNullString, vbNullString, vbNormalFocus

End Sub


saludos ;)