Problem with Storage Card Information...please help

G

Guest

Hi,

I have got a little problem with reading the storage card information on my
wm5 device. I want to read the avaiable memory on my SD-CARD. I use the
registry value from "StorageCardPath". So I know the name of the storage
card. When it is inserted then I get the information, but when I take it out
of the device, then it shows me some values that are not true (SD-CARD is not
inserted).......this happens only on WM5 devices.....it perfectly works on
WM2003SE. What could be the mistake?? thank you....juvi
 
G

Guest

Hi,

thank you for your reply. I can read out the wanted information, but I want
to know, if the storage card is inserted or removed from the device. Is there
a way to can check this in C#? thank you....juvi
 
G

Guest

You could wait for a notification from the device manager for the mounting
or unmounting of a file system, then check to see if it's the one you're
looking for.

-Chris
 
G

Guest

hi,

is there a way to check this by a registry value? This would be good for me,
because I have no idea how to do this, what you have explained :)
thank you for your reply....juvi
 
G

Guest

Hi,
Where have you attached this C++ program? And now I know what my code does.
When the storage card is inserted then it shows me the avaiable memory and
the full size of the memory. When I remove it, then it shows me the Data
Memory of the pocket pc. Is there an easy way to check, if the showen
information is the Data Memory?
 
P

Paul G. Tobey [eMVP]

It's attached to my last message. If you're using a real NNTP reader, you
should see it. If not, well, start...

Huh? It's your code. You'll have to figure out what call you're making,
read the help for it, and go from there.

Paul T.
still not a mind-reader
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top