Search found 2 matches

by hacker007
Sat Aug 15, 2009 1:26 pm
Forum: Windows Forum
Topic: VB6 Homeplug XML file download
Replies: 3
Views: 8318

VB6 Homeplug XML file download

Well I solved the problem by using suggestion from another forum:
Private Declare Function DeleteUrlCacheEntry Lib "Wininet.dll" _
Alias "DeleteUrlCacheEntryA" _
(ByVal lpszUrlName As String) As Long

This clears the cache.
by hacker007
Sat Aug 15, 2009 12:59 pm
Forum: Windows Forum
Topic: VB6 Homeplug XML file download
Replies: 3
Views: 8318

VB6 Homeplug XML file download

I am sorry to bother you, but I have been working on this problem for 3 days now and cannot find the right piece of VB6 code. I want to download my Plugwise XML file 4 times a minute with code: Dim objHTTP As Object Set objHTTP = CreateObject("MSXML2.XMLHTTP") Dim stl As String Dim rt objH...

Go to advanced search