Este pedasito de codigo me permite abrir el IE:
Código:
Pero necesito que enviar.php se ejecute en el Navegador de Internet como: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 Const SW_SHOW = 5 Private Sub Command1_Click() ShellExecute 0, "open", "file://C:\WINDOWS\Help\ciquery.htm", "", "", SW_SHOW End Sub
htp://localhost/mipagina/enviar.php
alguien sabe como hago esto?
espero me este explicando bien..
