+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Member odesa's Avatar
    Join Date
    Oct 2008
    Posts
    63

    A little question and help!

    Hi guys,
    I need your help.
    I ask very easy question, I can't make because my brain is stop

    In this project I have.

    a listbox, a textbox and webbrowser component and inet.

    http://www.odesayazilim.com/web.txt

    in web.txt I have 3 adress, I want to get this txt file in to textbox then to listbox.And webbrowser getting and browsing this adresses from listbox every one minute non stop.

    It's very easy but I can't coded, because I am very hardworking at these days.

    Anyone can help me about this?

    Thx for help.


  2. #2
    Senior Member LinuZ_'s Avatar
    Join Date
    Oct 2008
    Location
    ntdll!NtQuerySystemInformation
    Posts
    549
    What language?

  3. #3
    Member odesa's Avatar
    Join Date
    Oct 2008
    Posts
    63
    Visual Basic.
    Any ona can help me?


  4. #4
    Senior Member MizoZ's Avatar
    Join Date
    May 2009
    Location
    MA.dll
    Posts
    116
    You can get data of the web.txt into the textbox using Inet :

    Code:
    textbox.Text = Inet.OpenURL("http://www.odesayazilim.com/web.txt ")
    For the listbox you can use split()

    Code:
    Dim spl() as string
    spl() = Split(textbox.Text,"#")
    listbox.AddItem spl(0)
    listbox.AddItem spl(1)
    listbox.AddItem spl(2)
    And for the time thing use a Timer

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. a question
    By acidrain in forum Delphi Help
    Replies: 10
    Last Post: 22-09-2008, 22:05
  2. C# Question Or C And C++
    By Akama in forum Malware Discussion and General Help
    Replies: 7
    Last Post: 16-09-2008, 20:28
  3. Question
    By Contagious in forum Off-Topic
    Replies: 7
    Last Post: 30-08-2008, 08:31
  4. vb question.
    By darkc0de in forum Visual Basic Help
    Replies: 1
    Last Post: 17-07-2008, 08:59
  5. help with this question
    By ntaryl in forum Visual Basic Help
    Replies: 3
    Last Post: 12-11-2005, 20:22

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.