Searching Files in Pocket PC?

  • Thread starter Thread starter Ma Xiaoming
  • Start date Start date
M

Ma Xiaoming

Dear ladies and gentlemen,

As you know, by building a Smart Device Application in Microsoft Visual
Studio .NET 2003, we could create a project for Pocket PC.

My question is: How to search files of specific type (such as .bmp) with
C# code?

Help me, please. Thank you very much.

Best regards.

Xiaoming
 
Ma,

Not that you are not welcome here. However, did you know that there is an
active newsgroup.

microsoft.public.dotnet.framework.compactframework

Searching is just searching on '.bmp' in my opinion in the box for that
which you can find under edit.

Cor
 
Sorry,

Before somebody thinks why I wrote it like this, I was assuming I was
answering from the newsgroup General.

:-)

Cor
 
Hi,

There is no way to search for a file AFAIK, so you would have to implement
it,
btw, it's the same doing it for the desktop than for the PPC.

You have to start by the root and do a deep search, in this case it does not
matter if you go deep or width ,
I think deep is easier to implement so go that way.


cheers,
 
Back
Top