Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DeleteUrlCacheEntry
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
DeleteUrlCacheEntry
Miscellaneous
Thread ID:
00913361
Message ID:
00913361
Views:
120
Hi!

I like to use this function in VFP but it does say me that there are too many arguments passed.... don't understand why... please give me the missing text. *g*


VFP 6,7,8 gives me an error:

DECLARE LONG DeleteUrlCacheEntry IN wininet.dll (String lpszUrlName)
?DeleteUrlCacheEntry("test.htm") &&too many arguments ???


While VB 6.0 doesn't with a simple form with a command button:

Private Declare Function DeleteUrlCacheEntry Lib "wininet.dll" (ByVal lpszUrlName As String) As Long
Private Sub Command1_Click()
DeleteUrlCacheEntry "test.htm"
End Sub


So whats wrong?
Marvin Blase (tA-logistic Software GmbH)
You'll never notice the good things if you haven't seen the bad.
Next
Reply
Map
View

Click here to load this message in the networking platform