Jump to content
Xtreme .Net Talk

HiTmAN

Members
  • Posts

    1
  • Joined

  • Last visited

Personal Information

  • .NET Preferred Language
    VB.NET

HiTmAN's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I am using the following code: Dim rdBfr As New System.IO.StreamReader(dlgO.FileName) Do While rdBfr.Read() txtOriginal.Text = txtOriginal.Text & rdBfr.ReadLine() Loop rdBfr.Close() However, the aplication crashes when I use it. What is the problem?
×
×
  • Create New...