Click here to Skip to main content
16,006,341 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralWebbrowser control again Pin
mecracked13-Mar-05 23:11
sussmecracked13-Mar-05 23:11 
GeneralDeserialization Troubles Pin
Dahoolio13-Mar-05 22:25
Dahoolio13-Mar-05 22:25 
GeneralAsk for GIS software Pin
nobita3x13-Mar-05 17:38
nobita3x13-Mar-05 17:38 
GeneralRe: Ask for GIS software Pin
Robert Rohde13-Mar-05 19:30
Robert Rohde13-Mar-05 19:30 
GeneralRe: Ask for GIS software Pin
nobita3x13-Mar-05 20:21
nobita3x13-Mar-05 20:21 
GeneralRe: Ask for GIS software Pin
Robert Rohde14-Mar-05 18:51
Robert Rohde14-Mar-05 18:51 
GeneralRe: Ask for GIS software Pin
nobita3x13-Mar-05 19:31
nobita3x13-Mar-05 19:31 
QuestionWhats wrong? Pin
badcredit13-Mar-05 15:21
badcredit13-Mar-05 15:21 
This code is not displaying the contents of my text file.. Am I missing something?

Dim TestFile As StreamReader
Dim LineofText As String

TestFile = File.OpenText("C:\dvdpath.txt")
Do Until TestFile.Peek = -1
LineofText = TestFile.ReadLine()
Console.WriteLine(TestFile)
Loop
TestFile.Close()

I'm actually trying to read a file that is over 800k in size and am just trying to learn how to open and read simple text files first. I've already added the System.IO namespace and it compiles fine.. When I execute it an empty window shows and it should show at least 4 lines of text.

Thanx in advance for any assistance!

-mark-
AnswerRe: Whats wrong? Pin
Computer_Guy13-Mar-05 16:16
Computer_Guy13-Mar-05 16:16 
GeneralRe: Whats wrong? Pin
badcredit13-Mar-05 16:28
badcredit13-Mar-05 16:28 
GeneralSpan Between Dates Pin
Computer_Guy13-Mar-05 15:10
Computer_Guy13-Mar-05 15:10 
General<edit>Re: Span Between Dates <edit /> Pin
Edbert P13-Mar-05 18:02
Edbert P13-Mar-05 18:02 
GeneralRe: &lt;edit&gt;Re: Span Between Dates &lt;edit /&gt; Pin
Computer_Guy13-Mar-05 18:10
Computer_Guy13-Mar-05 18:10 
GeneralRe: <edit>Re: Span Between Dates <edit /> Pin
Edbert P13-Mar-05 19:35
Edbert P13-Mar-05 19:35 
GeneralRe: &lt;edit&gt;Re: Span Between Dates &lt;edit /&gt; Pin
Computer_Guy14-Mar-05 2:09
Computer_Guy14-Mar-05 2:09 
GeneralRe: &lt;edit&gt;Re: Span Between Dates &lt;edit /&gt; Pin
Edbert P14-Mar-05 11:25
Edbert P14-Mar-05 11:25 
GeneralRe: &lt;edit&gt;Re: Span Between Dates &lt;edit /&gt; Pin
Computer_Guy14-Mar-05 11:40
Computer_Guy14-Mar-05 11:40 
GeneralRe: &lt;edit&gt;Re: Span Between Dates &lt;edit /&gt; Pin
Edbert P14-Mar-05 12:11
Edbert P14-Mar-05 12:11 
GeneralRe: &lt;edit&gt;Re: Span Between Dates &lt;edit /&gt; Pin
Computer_Guy14-Mar-05 12:46
Computer_Guy14-Mar-05 12:46 
GeneralCrystals Reports Pin
SamaniUmang13-Mar-05 9:40
SamaniUmang13-Mar-05 9:40 
General,Crystal Reports Pin
Anonymous13-Mar-05 9:35
Anonymous13-Mar-05 9:35 
GeneralUsing VB for Industrial Controls Pin
R Finch13-Mar-05 9:19
R Finch13-Mar-05 9:19 
GeneralPassword submission Pin
innova@13-Mar-05 6:31
innova@13-Mar-05 6:31 
Questionhow to work with sql connection Pin
pateldishant13-Mar-05 5:15
pateldishant13-Mar-05 5:15 
AnswerRe: how to work with sql connection Pin
Colin Angus Mackay13-Mar-05 6:01
Colin Angus Mackay13-Mar-05 6:01 

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.