Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to ShellBrowser issue on /dahall/Vanara/issues/319 #462

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Windows.Shell/ShellObjects/ShellBrowser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ public static ShellBrowserViewHandler GetValidInstance(this ShellBrowserViewHand
/// - TODO: Check getting / losing Focus! again
/// - TODO: Context-Menu -> "Open File Location" doesn't work on folder "Quick Access"
/// - TODO: When columns get reordered in details mode, then navigate to another folder, then back => column content gets messed
/// - TODO: https://github.com/dahall/Vanara/issues/319
///
/// NOTE: https://stackoverflow.com/questions/7698602/how-to-get-embedded-explorer-ishellview-to-be-browsable-i-e-trigger-browseobje
/// NOTE: https://stackoverflow.com/questions/54390268/getting-the-current-ishellview-user-is-interacting-with
Expand Down Expand Up @@ -999,4 +1000,4 @@ HRESULT IShellFolderViewCB.MessageSFVCB(SFVM uMsg, IntPtr wParam, IntPtr lParam,
}
}
}
}
}