Dialog.FolderBrowse to browse just Start Menu ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Maxx2029
    Forum Member
    • Jul 2005
    • 5

    Dialog.FolderBrowse to browse just Start Menu ?

    Is it possible to use FolderBrowse so that only Start Menu folders would be shown ?

    So that it would not show the full path, just Start Menu and the forlders it contains.
  • rhosk
    Indigo Rose Customer
    • Aug 2003
    • 1698

    #2
    This might get you started -

    Regards,

    -Ron

    Music | Video | Pictures

    Comment

    • Worm
      Indigo Rose Customer
      • Jul 2002
      • 3971

      #3
      Short answer is no. There currently isn't a way to set the root of the BrowseFolder dialog. As Ron has suggested, you could roll your own though.

      Comment

      • Maxx2029
        Forum Member
        • Jul 2005
        • 5

        #4
        Ok, I will think of an alternative solution. Possibility to set root for the dialog would be a handy option though

        Comment

        • Eagle
          Indigo Rose Customer
          • Mar 2005
          • 944

          #5
          This is not perfect but may be usefull..

          Code:
          result = Dialog.FolderBrowse("Current User StartMenu Root Folder:", Shell.GetFolder(SHF_STARTMENU).."\\");

          Comment

          Working...
          X