Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Opening internet explorer
Message
 
To
23/06/2005 06:43:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01025745
Message ID:
01025753
Views:
13
Something like (In the dblclick event of the textbox)
Local cUrl, oIe
cUrl = alltrim(this.value)
oIe = Createobject("hyperlink")
oIe.NavigateTo(cUrl)
>hi all,
>
>i have a URL that is stored in a textbox. i want that when the user double clicks on this textbox with the URL in it, internet explorer should open up and the requisite website displayed in the web browser.
>
>what is the code that will help me achieve this end result ?
>
>with sincere thanks to you.
Previous
Reply
Map
View

Click here to load this message in the networking platform