internet

23/12/2004 - 00:08 por Miguel Aguirre | Informe spam
POR FAVOR ME URGEMUCHOS

COMO PUEDE CREAR AU LINK DE UNA PAGINA WEB DESDE UN FORMULARIO


DIGO QUE AL USUARIO LE APARESCA EL LINK EN EL FORMULARIO Y QUE AL DARLE
CLICK SE CONECTE CON LA PAGINA

MUCHASGRACIAS

-
PortalFox :: Nada corre como un zorr
http://www.portalfox.co

PortalFox - NNTP Forum Gatewa
 

Leer las respuestas

#1 Jorge Pérez
23/12/2004 - 18:27 | Informe spam
Coloca un label, y cambia el caption por el URL (esto es solamente para
informarle al usuadio donde se va a conectar).

Coloca el siguiente código en el evento Click del Label:

Declare Long GetDesktopWindow In "user32"
Declare Long ShellExecute In Shell32.dll As ShellExec;
Long hwnd, String lpVerb, String lpFile, String lpParameters ,;
String lpDirectory, Long nShowCmd

hWnd=GetDesktopWindow()
ShellExec( hWnd, "open", "http://www.misitioweb.Com", NULL, NULL, 0)

Felices fiestas,

Jorge Pérez
Vfpnetwork.Com


Miguel Aguirre wrote:
POR FAVOR ME URGEMUCHOS

COMO PUEDE CREAR AU LINK DE UNA PAGINA WEB DESDE UN FORMULARIO


DIGO QUE AL USUARIO LE APARESCA EL LINK EN EL FORMULARIO Y QUE AL DARLE
CLICK SE CONECTE CON LA PAGINA

MUCHASGRACIAS


PortalFox :: Nada corre como un zorro
http://www.portalfox.com

PortalFox - NNTP Forum Gateway

Preguntas similares