Browse for folder

  • Thread starter Thread starter Thore Berntsen
  • Start date Start date
T

Thore Berntsen

I need a dialog for folder browsing. I can of course develop one from
scratch, but is there one in Windows CE already that I can use? I yes, does
anyone have a code sample?

Thore Berntsen
 
What is your platform, while there is an implementation in the "standard"
CE.NET shell, there isn't for Pocket Pc or Smartphone. If you have a generic
CE unit you can P/Invoke the SHBrowseForFolder API call, I have some code
for this I wrote a long time ago which I will try to find which was tested
on the CE.NET Emulator.

Peter
 
My platform is Windows Mobile 2003

If it's possible, I would like to take a look at your code. Thank's in
advance :-)

Thore
 
Yes I saw that when I checked your blog today (as I do from time to time).
Thanks!
Thore
 
Back
Top