Results 1 to 2 of 2

Thread: How to move scroll in to ease browsing files

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    1,370

    How to move scroll in to ease browsing files

    I used filelistbox and dirlistbox.. Every time I open the folder in dirlistbox, I have to move the scroll in dirlistbox so that I can see the directory folder inside the selected folder. How to move the scroll in the dirlistbox only the active folder (blue colour) ?


    Private Sub Dir1_Click()
    Dir1.Path = Dir1.List(Dir1.ListIndex)
    End Sub

  2. #2
    Frenzied Member
    Join Date
    Jul 2007
    Posts
    1,306

    Re: How to move scroll in to ease browsing files

    try some thing like this

    Code:
    Private Sub Dir1_Change()
        Dir1.TopIndex = Dir1.ListCount
    End Sub
    IIF(Post.Rate > 0 , , )

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