Browsing a Folder
        Posted  
        
            by Md. Rashim Uddin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Md. Rashim Uddin
        
        
        
        Published on 2010-05-13T06:08:31Z
        Indexed on 
            2010/05/13
            6:14 UTC
        
        
        Read the original article
        Hit count: 511
        
browser.BrowseObject(PIDLFromPath, NativeMethods.SBSP_ABSOLUTE);
It works great in explorer, and for the common dialog. However, when running Office XP, it goes nuts. The view on the screen is refreshed, and shows the contents of the new folder correctly. However, the Combo Box up the top of the dialog still references the original IShellFolder object where the Context menu was initiated. How should I change this IShellFiolder object in the Combo Box?
© Stack Overflow or respective owner