Re: retrieve data from html page to input as a string or text file
- From: "pchelpmanC@xxxxxxxxxxxxxx" <pchelpmanC@xxxxxxxxxxxxxx>
- Date: Tue, 21 Aug 2007 08:02:21 -0700
On 21 , 17:48, eddy erman <eddy er...@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:
I am making an application in VB6 that i wish to update ppl in my database
with values retrieved from a web page.
Can anybody help me with the code to get data from a web page please? thanks
Edddy
if you write data like all in txt like txt and not with html code and
then you can simple rename it in html and will work with that
Private Sub Reading_Click()
Dim variable1 As String
Open "c:\My Documents\sample.html" For Input As #1
Input #1, variable1
Text1.Text = variable1
Close #1
End Sub
Just write anything you want in a text file(txt) and then rename it
in .html ;)
if you want something not so sibmple,with html code etc..i do not
know..i am sorry if i could not help you..wait for the experts :)
PS i got that for sample.txt from one other guy who helped me today :)
.
- Prev by Date: Re: Decompile ok-Open project error
- Next by Date: Re: UAC in VISTA and VB (NOT .NET)
- Previous by thread: Client-Server
- Next by thread: Re: retrieve data from html page to input as a string or text file
- Index(es):
Relevant Pages
|