25-11-15, 07:48 PM
تفضل عزيزي
كود :
Dim a() As String
a = IO.File.ReadAllLines("d:/a.txt")
Label1.Text = a(0)
Label2.Text = a(1)
Label3.Text = a(2)Everyone is a genius. It's just that some people are too stupidto realize it
