Private Sub Form_Load() Dim intLine As Integer Dim TextLine As String
Open "c:\windows\databog\log.txt" For Input As #1 Do While Not EOF(1) intLine = (intLine + 1) Line Input #1, TextLine Select Case intLine Case 1 lbl_Navn1.Caption = TextLine Case 2 lbl_Navn2.Caption = TextLine Case 3 lbl_Navn3.Caption = TextLine Case 4 lbl_Navn4.Caption = TextLine End Select Loop Close #1
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.