Results 1 to 40 of 260

Thread: [VB6] ucShellBrowse: A modern replacement for Drive/FileList w/ extensive features

Threaded View

  1. #11

    Thread Starter
    PowerPoster
    Join Date
    Jul 2010
    Location
    NYC
    Posts
    7,654

    Re: [VB6] ucShellBrowse: A modern replacement for Drive/FileList w/ extensive feature

    I've implemented some, but not all, of the usual Explorer shortcuts. You can look in the last procedure, ucWndProc, at the LVN_KEYDOWN notification, that's where they're handled.

    To implement your own, there's the ListKeyDown event. Right now it's only set to respond when the ListView has focus, because of all the other controls on the UC.
    If it's a control that's not part of the UC, you'd handle them in that controls key up/key press event. The .SelectedFile[s] properties are also a Property Let so you can select file(s) by name. The SetFocusOnFiles and SetFocusOnDropdown methods are coming as soon as I post an update, should be tonight actually. I'll add explicit calls for those navigation shortcuts while I'm at it, e.g. ucShellBrowse.NavGoBack and .NavGoForward; and Alt+P to toggle the preview pane.

    Sorry for the delay in reply/update, have been crazy busy.

    PS- The Backspace key is an existing shortcut for open parent.
    Last edited by fafalone; Mar 8th, 2019 at 07:35 PM.

Tags for this Thread

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