F
Franck
I'm basicly a Vb6 dev but i actually have to play around with c# alot
more. I have studied C# at school at beginner/intermediate level so i
understand the bases. I'm working on a project that i need to open
windows explorer on a folder X. That i managed to do it with :
System.Diagnostics.Process.Start(@"C:\blablabla\");
that work #1 but now another option need to be able to open a folder
like that but run a search starting at that root
for example the folder is c:\a\b\
and i want search all file name containing "es" in folder b
so windows explorer has to open and run the search and type "es" in
the box and click search
and it should return me any file containing "es" in the name either
begin/middle/end of the name like the normal search.
i can't control the windows explorer for security reason i guess but
there is maybe public api or function they let access too to do such
thing no ??
Thanks
more. I have studied C# at school at beginner/intermediate level so i
understand the bases. I'm working on a project that i need to open
windows explorer on a folder X. That i managed to do it with :
System.Diagnostics.Process.Start(@"C:\blablabla\");
that work #1 but now another option need to be able to open a folder
like that but run a search starting at that root
for example the folder is c:\a\b\
and i want search all file name containing "es" in folder b
so windows explorer has to open and run the search and type "es" in
the box and click search
and it should return me any file containing "es" in the name either
begin/middle/end of the name like the normal search.
i can't control the windows explorer for security reason i guess but
there is maybe public api or function they let access too to do such
thing no ??
Thanks