Results 1 to 13 of 13

Thread: need help fixing it?

Threaded View

  1. #1

    Thread Starter
    Banned
    Join Date
    Mar 2005
    Posts
    26

    Cool need help fixing it?

    Hi
    Can you all help me fix it?
    It done not print to the Listbox
    Dim A As String
    Private Sub Command1_Click()
    End
    End Sub

    Private Sub List1_Click()
    Open "C:\pos\bob\bob.txt" For Input As #1
    Input #1, A
    Close #1
    List1.AddItem A
    End Sub
    Last edited by dos5731; Apr 3rd, 2005 at 12:24 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width