koen Posted April 21, 2004 Posted April 21, 2004 (edited) Ellooow, I was looking how it was possible to open windows explorere in vb.net, I find something like shell megapack.net from sky software but then you constantly get an anoying pop-up because it's a trial... is there an other way to to view your directories... maybe opening it with some kind of API thx greets koen Edited April 21, 2004 by koen Quote
MikeJ Posted April 22, 2004 Posted April 22, 2004 Are you looking to start the Windows Explorer? If so, you need to use the Process.Start method and use explorer.exe as the pathname. Or are you trying to make your own version of the Explorer? Quote
koen Posted April 22, 2004 Author Posted April 22, 2004 I'm trying to make my own WINDOWS explorer... to view the file structure in some kind of treeview. Quote
wessamzeidan Posted April 22, 2004 Posted April 22, 2004 The are alot of explorer sample at planetsourcecode.com in thier .NET section...... Quote Proudly a Palestinian Microsoft ASP.NET MVP My Blog: wessamzeidan.net
SEVI Posted April 22, 2004 Posted April 22, 2004 Here is an example project.. http://www.codeproject.com/csharp/my_explorer.asp Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.