Private Sub Command2_Click()
    Open "aa.txt" For Binary As #1
       Text1.Text = Input(LOF(1), 1)
    Close #1
End Sub