Skip to content
This repository has been archived by the owner. It is now read-only.

Open Shell Item #7

Open
eldonfsr opened this issue Aug 1, 2017 · 0 comments
Open

Open Shell Item #7

eldonfsr opened this issue Aug 1, 2017 · 0 comments

Comments

@eldonfsr
Copy link

eldonfsr commented Aug 1, 2017

I have small test i wanna is going in shell item got from network, I have 10 pc in localnet i can see them on shellview but i wanna use for loop to going one by one, and open it.

foreach( ShellItem it in shellView1.CurrentFolder)
{
if (it.IsFolder)
{
// string folder = it.ParsingName.ToString();

                string folder = it.DisplayName;
                ShellItem item = shellView1.FindItemWithText(folder);
                shellView1.Select(item);
               //  here i wanna to assing the new folder open it.
                shellView1.Refresh();
                shellView1.RefreshContents();

                this.Refresh();                   
                break;
            }

        }

please help me..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant