Results 1 to 3 of 3

Thread: FileList Box

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2000
    Location
    Staffodshire, England
    Posts
    32
    Is is possible to put the name of a selected/highlighted file from a filelist box into a label, the name in the label needs to change every time the selected/highlighted file does.

    Please help!!

  2. #2
    Member
    Join Date
    Jan 2000
    Location
    derby,UK
    Posts
    38
    easy!,
    have a file list box and a label
    '''''''''
    Private Sub File1_Click()
    Label1.Caption = File1.filename
    End Sub
    '''''''''

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2000
    Location
    Staffodshire, England
    Posts
    32

    Thank you

    Almost to easy!!!

    Thank you

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