Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. SHBrowseForFolder

SHBrowseForFolder

Scheduled Pinned Locked Moved The Lounge
jsonhelptutorialquestion
7 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vdrozdenko
    wrote on last edited by
    #1

    Hi all! Working with win32 api I faced a problem to preset starting directory when I use SHBrowseForFolder function. Whatever I did this function started browsing from its default location. So every time I call this function it goes to MyComputer instead of the directory I want to start from. Anybody knows how to solve this problem? Thanks in advance, Vlad.:confused:

    R J L P B 6 Replies Last reply
    0
    • V vdrozdenko

      Hi all! Working with win32 api I faced a problem to preset starting directory when I use SHBrowseForFolder function. Whatever I did this function started browsing from its default location. So every time I call this function it goes to MyComputer instead of the directory I want to start from. Anybody knows how to solve this problem? Thanks in advance, Vlad.:confused:

      R Offline
      R Offline
      Rama Krishna Vavilala
      wrote on last edited by
      #2

      > Anybody knows how to solve this problem? The easiest way to solve this problem is to go to Go here. There might be some solution posted here.

      1 Reply Last reply
      0
      • V vdrozdenko

        Hi all! Working with win32 api I faced a problem to preset starting directory when I use SHBrowseForFolder function. Whatever I did this function started browsing from its default location. So every time I call this function it goes to MyComputer instead of the directory I want to start from. Anybody knows how to solve this problem? Thanks in advance, Vlad.:confused:

        J Offline
        J Offline
        Jon Sagara
        wrote on last edited by
        #3

        Please ask this in the Visual C++ forum. Thx, Jon Sagara There is no spoon. Best Miniputt score: 21 Sonork ID: 100.9999 jonsagara

        1 Reply Last reply
        0
        • V vdrozdenko

          Hi all! Working with win32 api I faced a problem to preset starting directory when I use SHBrowseForFolder function. Whatever I did this function started browsing from its default location. So every time I call this function it goes to MyComputer instead of the directory I want to start from. Anybody knows how to solve this problem? Thanks in advance, Vlad.:confused:

          L Offline
          L Offline
          Leifen
          wrote on last edited by
          #4

          You can set the default direcory in a Callback function. bi.lpfn=CArkivData::CallBack; il=SHBrowseForFolder( &bi); ... int CArkivData::CallBack(HWND hwnd, UINT uMsg, LPARAM lp, LPARAM pData) { switch(uMsg) { case BFFM_INITIALIZED: { ::SendMessage(hwnd,BFFM_SETSELECTION,...

          1 Reply Last reply
          0
          • V vdrozdenko

            Hi all! Working with win32 api I faced a problem to preset starting directory when I use SHBrowseForFolder function. Whatever I did this function started browsing from its default location. So every time I call this function it goes to MyComputer instead of the directory I want to start from. Anybody knows how to solve this problem? Thanks in advance, Vlad.:confused:

            P Offline
            P Offline
            peterchen
            wrote on last edited by
            #5

            clickety click


            The cops still stand around and eat koeksisters - Paul Watson, The Lounge, 2002

            1 Reply Last reply
            0
            • V vdrozdenko

              Hi all! Working with win32 api I faced a problem to preset starting directory when I use SHBrowseForFolder function. Whatever I did this function started browsing from its default location. So every time I call this function it goes to MyComputer instead of the directory I want to start from. Anybody knows how to solve this problem? Thanks in advance, Vlad.:confused:

              B Offline
              B Offline
              Bill Leibold
              wrote on last edited by
              #6

              I remember having the same problem, but intermittently depending on the installed System. If I remember correctly, this is a defect that has been fixed when installing IE 6.x Best Regards,

              1 Reply Last reply
              0
              • V vdrozdenko

                Hi all! Working with win32 api I faced a problem to preset starting directory when I use SHBrowseForFolder function. Whatever I did this function started browsing from its default location. So every time I call this function it goes to MyComputer instead of the directory I want to start from. Anybody knows how to solve this problem? Thanks in advance, Vlad.:confused:

                C Offline
                C Offline
                Christian Graus
                wrote on last edited by
                #7

                Try calling SHBrowseForCorrectForum. Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm somewhat suspicious of STL though. My (test,experimental) program worked first time. Whats that all about??!?! - Jon Hulatt, 22/3/2002

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups