Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is Internet Explorer Available
Message
From
26/10/2005 16:57:26
 
 
To
26/10/2005 14:03:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6
Miscellaneous
Thread ID:
01062303
Message ID:
01062411
Views:
18
Thank you very much. This worked just fine on my machine at work. I'll test it out tonight at home and assign appropriate stars then (Any way to split them 1.5 - 1.5 for both you and Borislav?????)

........Rich

>>I have been having problems with Internet connectivity at home. At various (seemingly random) times, the Online light on my cable modem starts blinking and we can't connect at all. I'd like to try to track when this happens so that I can report it properly to Comcast.
>>
>>I know how to open an IE session from within VFP, but I have no idea what to examine (If I could capture the screen heading that would probably be enough). I also would like some help on how to close the IE session so that I can repeat the process five minutes later.
>>
>>Any and all help will be gratefully accepted.
>>
>>........Rich
>>
>>Oh..........if anybody can give me a solution to the connectivity issues my gratitude would be (almost) endless!!!!!
>
>I borrowed this code from Borislav Borissov
>?internetok()
>
>Function InternetOK
>#define FLAG_ICC_FORCE_CONNECTION 0x01
>
>DECLARE INTEGER InternetCheckConnection IN wininet STRING lpszUrlSTRING, INTEGER dwFlags, INTEGER dwReserved
>myFastLoadedSite = "http://www.dir.bg"
>Return InternetCheckConnection(myFastLoadedSite,FLAG_ICC_FORCE_CONNECTION,0)=1
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform