vb y ie

08/07/2003 - 22:52 por mwerche | Informe spam
como es el codigo mas facil para llamar al internet exploer
de windowz??? tambien indicando la url
GRACIAS
 

Leer las respuestas

#1 Joe LeVasseur
09/07/2003 - 02:09 | Informe spam
'mwerche':
Algo asi?
Joe
___________________snip____________________________________
Option Explicit
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()
Dim ret&
ret = ShellExecute(Me.hwnd, "Open", _
"http://www.terra.es/", _
"", "", 1)
End Sub
_____________________________snip___________________________
**********************************************************
Joe LeVasseur
Microsoft Developer MVP www.yankee-clipper.net
Pluralitas non est ponenda sine neccesitate
**********************************************************


"mwerche" wrote in message
news:8eb401c34592$c7e68160$
como es el codigo mas facil para llamar al internet exploer
de windowz??? tambien indicando la url
GRACIAS

Preguntas similares