Search found 6 matches

by daviddeargentina
Tue Jul 25, 2023 10:20 pm
Forum: General Discussion
Topic: From PowerBasic to PureBasic a reference aid
Replies: 16
Views: 106145

Re: From PowerBasic to PureBasic a reference aid

Hello everyone,
For many years I developed external services (plugins) for NeoBook.
NeoBook is a RAD originally created in Delphi, which has its own SDK to expand development possibilities.

I made these plugins in PowerBasic, based on an SDK that is available in case anyone is interested.

I ...
by daviddeargentina
Fri Jul 07, 2023 6:47 pm
Forum: Windows
Topic: MiniBrowser & Google Maps...
Replies: 2
Views: 1098

Re: MiniBrowser & Google Maps...

Because I need to read other opinions.

Thank you very much anyway
by daviddeargentina
Thu Jul 06, 2023 7:29 pm
Forum: Windows
Topic: MiniBrowser & Google Maps...
Replies: 2
Views: 1098

MiniBrowser & Google Maps...

Hi all,

I'm still a beginner with PB.

based on the MiniBrowser.pb sample,

if I change the url from purebasic.com to (for example)

https://maps.google.com/maps?z=10&t=m&q=loc:-34.60020372719807+-58.39555209230567

after a couple of seconds, google does not validate credentials and asks to change ...
by daviddeargentina
Mon Jul 03, 2023 6:22 pm
Forum: Windows
Topic: How to get the webbrowser address ?
Replies: 5
Views: 1256

Re: How to get the webbrowser address ?

very interesting alternative. thank you so much.

I'm still investigating:
if I change the url from purebasic.com to (for example)

https://maps.google.com/maps?z=10&t=m&q=loc:-34.60020372719807+-58.39555209230567

after a couple of seconds, google does not validate credentials and asks to change ...
by daviddeargentina
Fri Jun 30, 2023 8:22 pm
Forum: Windows
Topic: How to get the webbrowser address ?
Replies: 5
Views: 1256

Re: How to get the webbrowser address ?

Thanks a bunch!
by daviddeargentina
Fri Jun 30, 2023 7:57 pm
Forum: Windows
Topic: How to get the webbrowser address ?
Replies: 5
Views: 1256

How to get the webbrowser address ?

Hi all,

I'm new user and i'm testing the MiniBrowser sample, change a couple of actions and all works fine -yet-

I'm trying to get a variable with the clicked link on any webpage. program goes to the new location, but i can`t get the new url address.

Any ideas to solve this ?

Greetings from ...