Results 1 to 40 of 1295

Thread: Getting the ball rolling. Which VB6 projects are you working on?

Threaded View

  1. #11
    PowerPoster
    Join Date
    Jul 2010
    Location
    NYC
    Posts
    7,658

    Re: Getting the ball rolling. Which VB6 projects are you working on?

    If you just want to disable navigation there's an EBO_NAVIGATEONCE once, which loads the initial folder you open it to, then doesn't allow navigating elsewhere.

    Another option would be the OnNavigationPending event; you can return any error value to cancel the navigation. That way you could whitelist (or blacklist) folders rather than limit it to a single location.

    And yes if you go to the OneDrive folder or any other similar online cloud folder, drag/dropping into it should upload, if that's what happens in Explorer (this is also true of ucShellBrowse).
    Last edited by fafalone; Apr 25th, 2023 at 02:31 AM.

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