Welcome! Log In Create A New Profile

Advanced

Launching a webpage form Windev

Posted by Milton 
Milton
Launching a webpage form Windev
May 22, 2009 02:10AM
Hi All,

I am writing an application to act as a dashboard for launching a number of other applications. I was wondering if anyone knew how to call a specific web address as the result of a button press in Windev. I have looked through the help and not found anything.

Thanks in advance.

Milton
Al
Re: Launching a webpage form Windev
May 22, 2009 03:12AM
Hello Milton

Shellexecute will open your default browser with the nominated url, if that is what you need to do.

//Website is the control holding the url
//This is the button code
IF Upper(Middle(WebSite,1,4)) = "WWW."
ShellExecute(NoSpace(WebSite))
END


Regards
Al
Milton
Re: Launching a webpage form Windev
May 22, 2009 09:52AM
Thanks Al,

I will give that a go.

Milton
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: