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
 
Back
Top