do you know any good example how to create listView which will look and has the same methods as windows explorer.
copying, pasting, display thumbnails ??
I must use listView because I can't allow user to change directory, and I can't disable this option in windows explorer(I mean the place where can I click to go up or down or put path.
I've been recommending this project, never heard a complaint about it. Note that an embeddable browser is available since Vista, it is wrapped by the ExplorerBrowser class available in the Windows API Code Pack.
Beware that these kind of solutions put a lot of dependencies into your project. Consider weighing that cost against simply implementing the OpenFileDialog's FileOk event and canceling the OK button click if you don't like the path.