Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Link to website
Message
From
01/07/2000 12:54:57
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00387369
Message ID:
00387373
Views:
20
>I've created an "About App" form for my application and I'd like to inlcude a link to our webiste from this form. How should I go about doing this?

Create a label and underline and and color it, ect. to make it look like a link, you can also change the cursor for it. Then, in the click event, do:

DECLARE INTEGER ShellExecute IN "Shell32.dll" INTEGER, STRING, STRING, STRING, STRING, INTEGER

=ShellExecute(0,"Open","http://www.allanspage.com","","",0)


and that will pop up the users default browser and go to your webpage.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform