Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connected to HTTPS
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00709998
Message ID:
00710136
Views:
17
>This flags are defined in wininet.h
>(from Visual C++ include directory)
>
>#define INTERNET_FLAG_SECURE 0x00800000
>#define INTERNET_FLAG_RELOAD 0x80000000

This miscasts in VFP - use the following instead:
#define INTERNET_FLAG_RELOAD            BITOR(0x80000000,0)
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform