Results 1 to 11 of 11

Thread: Internet !!

  1. #1

    Thread Starter
    Member
    Join Date
    May 2006
    Posts
    42

    Internet !!

    I need to get data from internet, any idea ???

  2. #2

  3. #3

    Thread Starter
    Member
    Join Date
    May 2006
    Posts
    42

    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

  4. #4
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    Re: Internet !!

    Quote 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...?

  5. #5

    Thread Starter
    Member
    Join Date
    May 2006
    Posts
    42

    Re: Internet !!

    i think the data is saved in a text file, this file is located in a website

  6. #6
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    Re: Internet !!

    You can use the Inet (MS Internet Transfer Control) for example:
    VB Code:
    1. Dim source As String
    2.     source = Inet1.OpenURL "http://www.somesite.com/somefile.txt"

  7. #7

    Thread Starter
    Member
    Join Date
    May 2006
    Posts
    42

    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 ???

  8. #8
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    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?

  9. #9

    Thread Starter
    Member
    Join Date
    May 2006
    Posts
    42

    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 ?

  10. #10

    Thread Starter
    Member
    Join Date
    May 2006
    Posts
    42

    Re: Internet !!

    plz need a tutorial about inet ,vb6 "MS Internet Transfer" , any help,, i found it , i should add it

  11. #11

    Thread Starter
    Member
    Join Date
    May 2006
    Posts
    42

    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
  •  



Click Here to Expand Forum to Full Width