Click here to Skip to main content
15,895,462 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Might be a stupid question but... Pin
Dean_SF24-Feb-06 9:20
Dean_SF24-Feb-06 9:20 
GeneralRe: Might be a stupid question but... Pin
Darshon24-Feb-06 10:43
Darshon24-Feb-06 10:43 
GeneralRe: Might be a stupid question but... Pin
Dean_SF24-Feb-06 10:56
Dean_SF24-Feb-06 10:56 
GeneralRe: Might be a stupid question but... Pin
Darshon24-Feb-06 11:15
Darshon24-Feb-06 11:15 
GeneralRe: Might be a stupid question but... Pin
Dean_SF24-Feb-06 11:24
Dean_SF24-Feb-06 11:24 
GeneralRe: Might be a stupid question but... Pin
Darshon24-Feb-06 11:34
Darshon24-Feb-06 11:34 
GeneralRe: Might be a stupid question but... Pin
Darshon24-Feb-06 13:37
Darshon24-Feb-06 13:37 
GeneralRe: Might be a stupid question but... Pin
Darshon24-Feb-06 15:57
Darshon24-Feb-06 15:57 
Hey Dean,

I got it to work! Smile | :) Sorry but the Newbie is excited!!! lol I figured it out. I was reading the text wrong. I was reading the whole thing in one shot instead of reading it line by line and the 4th line I had to read it in two shots. This is the reading code I did and it all works just fine now. For anyone (Newbies) that need to know how to do this here's the extra code to finish it up. Change everything between the "Dim url As String" and the beginning of the listview code to this below.

'Read the url file and get the url text<br />
Dim c(3) As Char<br />
Dim url As String<br />
url = sr.ReadLine()<br />
url = sr.ReadLine()<br />
url = sr.ReadLine()<br />
url = sr.Read(c, 0, c.Length)<br />
url = sr.ReadLine()


Thanks again for all of your help Dean. Smile | :)
QuestionForm created by thread inaccessible Pin
RJGCarey23-Feb-06 10:52
RJGCarey23-Feb-06 10:52 
AnswerRe: Form created by thread inaccessible Pin
Joshua Quick24-Feb-06 8:10
Joshua Quick24-Feb-06 8:10 
QuestionStupid question Pin
teuneboon23-Feb-06 9:55
teuneboon23-Feb-06 9:55 
AnswerRe: Stupid question Pin
J4amieC23-Feb-06 10:17
J4amieC23-Feb-06 10:17 
GeneralRe: Stupid question Pin
teuneboon23-Feb-06 10:24
teuneboon23-Feb-06 10:24 
GeneralRe: Stupid question Pin
J4amieC23-Feb-06 10:31
J4amieC23-Feb-06 10:31 
GeneralRe: Stupid question Pin
teuneboon23-Feb-06 11:04
teuneboon23-Feb-06 11:04 
AnswerRe: Stupid question Pin
progload23-Feb-06 10:27
progload23-Feb-06 10:27 
GeneralRe: Stupid question Pin
teuneboon23-Feb-06 10:31
teuneboon23-Feb-06 10:31 
GeneralRe: Stupid question Pin
progload23-Feb-06 10:47
progload23-Feb-06 10:47 
GeneralRe: Stupid question Pin
teuneboon23-Feb-06 11:11
teuneboon23-Feb-06 11:11 
GeneralRe: Stupid question Pin
progload23-Feb-06 11:20
progload23-Feb-06 11:20 
GeneralRe: Stupid question Pin
teuneboon24-Feb-06 2:51
teuneboon24-Feb-06 2:51 
GeneralRe: Stupid question Pin
progload24-Feb-06 5:58
progload24-Feb-06 5:58 
GeneralRe: Stupid question Pin
teuneboon24-Feb-06 6:39
teuneboon24-Feb-06 6:39 
AnswerRe: Stupid question Pin
Allah On Acid23-Feb-06 10:41
Allah On Acid23-Feb-06 10:41 
AnswerRe: Stupid question Pin
Christian Graus23-Feb-06 12:48
protectorChristian Graus23-Feb-06 12:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.