Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (AndrewAMD, bigsmack, 7th_zorro, dr_panther), 1,364 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Active HTML link #326492
06/01/10 12:31
06/01/10 12:31
Joined: Jun 2010
Posts: 9
Germany, Bensheim
laci Offline OP
Newbie
laci  Offline OP
Newbie

Joined: Jun 2010
Posts: 9
Germany, Bensheim
Hi,

how can I make an active HTML link on a panel?

User clicked on it --> default browser starts in windows.

thx - laci

Re: Active HTML link [Re: laci] #326495
06/01/10 12:42
06/01/10 12:42
Joined: Jan 2003
Posts: 4,615
Cambridge
Joey Offline
Expert
Joey  Offline
Expert

Joined: Jan 2003
Posts: 4,615
Cambridge
look up button and exec.

Re: Active HTML link [Re: Joey] #327024
06/04/10 08:29
06/04/10 08:29
Joined: Jun 2010
Posts: 9
Germany, Bensheim
laci Offline OP
Newbie
laci  Offline OP
Newbie

Joined: Jun 2010
Posts: 9
Germany, Bensheim
"exec" can open a HTML link, from version 7.82.

I have version 7.5...

laci

Re: Active HTML link [Re: laci] #327026
06/04/10 08:40
06/04/10 08:40
Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
well then you can upgrade for free, so..


3333333333
Re: Active HTML link [Re: Quad] #327056
06/04/10 12:20
06/04/10 12:20
Joined: May 2009
Posts: 445
Peine, Germany
Razoron Offline
Senior Member
Razoron  Offline
Senior Member

Joined: May 2009
Posts: 445
Peine, Germany
7.5 sounds like a SYBEX version.

Re: Active HTML link [Re: Razoron] #327059
06/04/10 12:22
06/04/10 12:22
Joined: Jan 2004
Posts: 3,023
The Netherlands
Helghast Offline
Expert
Helghast  Offline
Expert

Joined: Jan 2004
Posts: 3,023
The Netherlands
or you can use a batch file that opens the browser + website using exec.

EDIT:
make the batch file using START.

Code:
START http://google.com


this opens the default browser with google's homepage.

Last edited by Helghast; 06/04/10 12:24.

Formerly known as dennis_fantasy
Portfolio - http://www.designorhea.com/
Project - http://randomchance.cherrygames.org/
Re: Active HTML link [Re: Helghast] #327068
06/04/10 13:04
06/04/10 13:04
Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
also,

add this lines right after #include <acknex.h>
Code:
#include <windows.h>
long WINAPI ShellExecute(long hwnd ,long lpOperation ,long lpFile ,long lpParameters ,long lpDirectory ,long nShowCmd);



then call it like:

ShellExecute(NULL, "open", "http://www.google.com", NULL, NULL, SW_SHOWNORMAL);


3333333333
Re: Active HTML link [Re: Razoron] #327096
06/04/10 15:21
06/04/10 15:21
Joined: Jun 2010
Posts: 9
Germany, Bensheim
laci Offline OP
Newbie
laci  Offline OP
Newbie

Joined: Jun 2010
Posts: 9
Germany, Bensheim
>7.5 sounds like a SYBEX version.

Yes, I've a SYBEX version. I bougth it before one week. Can I update this version also?

thx - Laci

Re: Active HTML link [Re: laci] #327097
06/04/10 15:25
06/04/10 15:25
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
No, for that version you have to pay for updates...

But A8 will come out this summer...


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1