|
-
Oct 26th, 2006, 02:47 PM
#1
Thread Starter
Member
Internet !!
I need to get data from internet, any idea ???
-
Oct 26th, 2006, 02:50 PM
#2
Re: Internet !!
What kind of data? Source, files...?
-
Oct 26th, 2006, 02:56 PM
#3
Thread Starter
Member
Re: Internet !!
mainly, my project is control of buliten board, and i need to give the ability to the user to upload a message from the net, maybe the data is saved in a file on a server, or something like tha, i am using vb6
-
Oct 26th, 2006, 03:01 PM
#4
Re: Internet !!
 Originally Posted by ziad_jabbour
...maybe the data is saved in a file on a server, or something like that...
Well... you'll have to know with what are you dealing. I mean, where is the file located, does it need to be parsed...?
-
Oct 26th, 2006, 03:08 PM
#5
Thread Starter
Member
Re: Internet !!
i think the data is saved in a text file, this file is located in a website
-
Oct 26th, 2006, 03:34 PM
#6
Re: Internet !!
You can use the Inet (MS Internet Transfer Control) for example:
VB Code:
Dim source As String
source = Inet1.OpenURL "http://www.somesite.com/somefile.txt"
-
Oct 26th, 2006, 03:41 PM
#7
Thread Starter
Member
Re: Internet !!
10x anyway, but should i add any components, or simply like that, and should i open a text file as i am oppening a file from my pc, and what if my text file contains many line ???
-
Oct 26th, 2006, 03:59 PM
#8
Re: Internet !!
Yes. Go to menu Project>>Components and search for MS Internet Transfer Control. Emm... i don't understand what has your multi line file got to do with this?
-
Oct 26th, 2006, 04:05 PM
#9
Thread Starter
Member
Re: Internet !!
first i was unable to find,the components, should i add it to my vb, or i have when i instal the vb6, if should i have it, can u give me more details on it or from where should i get, any tutorial about it ?
-
Oct 26th, 2006, 04:23 PM
#10
Thread Starter
Member
Re: Internet !!
plz need a tutorial about inet ,vb6 "MS Internet Transfer" , any help,, i found it , i should add it
-
Oct 26th, 2006, 04:39 PM
#11
Thread Starter
Member
Re: Internet !!
wsorry but facing lot of problem usin inet any help or any tutorial, i need to access a file over the net (text file)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|