i´m writing a small C# Wpf application and I integrated the ExplorerBrowser of the WindowsApiCodepack. This is working really nice. The only problem I have and where I haven´t found a solution so far is: How can I programatically set the focus (keyboard focus) to the ExplorerBrowser control, so that I can select a folder without clicking on it with the mouse before?
Does someone have exerience with the control?
Additional Note: What I found out so far is, that focus problems are a common problem for winform controls, which are inserted into a wpf window via the WindowsFormsHost class. But i haven´t found a good workaround so far.