Foros Club Delphi

Foros Club Delphi (https://www.clubdelphi.com/foros/index.php)
-   Internet (https://www.clubdelphi.com/foros/forumdisplay.php?f=3)
-   -   link on form (https://www.clubdelphi.com/foros/showthread.php?t=43629)

andresilvaus 16-05-2007 14:31:30

link on form
 
hi,

need use link (text) on my form...

i' used this " ShellExecute(Handle, 'OPEN', 'http://www.phenixcreations.com');" but not working.. :confused::( why? what wrongon this code?

sorry my bad english

regards

Bicho 16-05-2007 14:44:49

Cita:

Empezado por andresilvaus
sorry my bad english

Pues si tú inglés es malo, escribe en castellano leches!! :D

De todos modos, ¿has añadido al uses la unidad ShellApi?
La función ShellExecute necesita más parámetros, prueba así:

ShellExecute(Handle, 'OPEN', 'http://www.phenixcreations.com', '', '', SW_SHOWNORMAL);

Saludos

seoane 16-05-2007 14:57:14

Cando dis que non traballa, estas dicindo que non compila? porque faltan parámetros nesa función.

Código Delphi [-]
uses Shellapi;

ShellExecute(Handle, 'OPEN', 'http://www.phenixcreations.com',nil,nil,SW_SHOW);

PD: Xa que estamos, eu falo en galego ;)

andresilvaus 16-05-2007 14:58:49

Cita:

Empezado por Bicho
Pues si tú inglés es malo, escribe en castellano leches!! :D

De todos modos, ¿has añadido al uses la unidad ShellApi?
La función ShellExecute necesita más parámetros, prueba así:

ShellExecute(Handle, 'OPEN', 'http://www.phenixcreations.com', '', '', SW_SHOWNORMAL);

Saludos

:cool::cool:

más mi castellano i bad! LOL
tieno usado un texto e aplicadolá fuction ShellExecute(Handle, 'OPEN', 'http://www.phenixcreations.com', '', '', SW_SHOWNORMAL);

más no trabaja...

necessito del cuedigo completo

andresilvaus 16-05-2007 15:02:12

Cita:

Empezado por seoane
Cando dis que non traballa, estas dicindo que non compila? porque faltan parámetros nesa función.

Código Delphi [-]uses Shellapi; ShellExecute(Handle, 'OPEN', 'http://www.phenixcreations.com',nil,nil,SW_SHOW);


PD: Xa que estamos, eu falo en galego ;)

valle!! muchas gracias... working !!! :D:D:D


La franja horaria es GMT +2. Ahora son las 16:07:22.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi