what about GetOpenFileName

  • Thread starter Thread starter Magic Gooddy
  • Start date Start date
M

Magic Gooddy

Hi!
Can I to use function GetOpenFileName in Windows Mobile 2005 to access any folder in system? (C# or VB)
 
GetOpenFileName on Windows Mobile is hard-coded to work with the My
Documents folder and subfolders (and storage cards), the OpenFileDialog
provides a direct wrapper around this API. This is platform specific
behaviour, on other CE platforms there isn't this restriction.

Peter
 

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

Back
Top