The
Mon Apr 21 22:32:52 CDT 2008
thanks, we have known about this "workaround" for 5 years.
but it is a bug (or a bad feature, if you prefer). GetOpenFileName is
supposed to be now fixed on WM6.1 Smartphones and work just the same as on
Pocket PC.
the problem using tGetFile is that you need to localize it for all the
languages that your application support. GetOpenFileName is of course
already localized by Microsoft.
that's why we prefer using the standard library GetOpenFileName.
--
"Fabien" <fab_00_2002@msn.com> wrote in message
news:f49bfe3b-6257-4539-8b77-21ceb66e2801@24g2000hsh.googlegroups.com...
Hi,
It is not a bug, chack out this for a workaround :
http://tillanosoft.com/ce/tgfsdk.html
BR
Fabien Decret (Device Application Development MVP)
Windows Embedded Consultant
ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/ |
http://fabdecret.blogspot.com/
On 18 avr, 03:43, "The PocketTV Team" <supp...@pockettv.com> wrote:
> it's a good thing that now GetOpenFileName works on Smartphones (it was
> completely broken on Smartphone until WM 6.1).
>
> however there is an ennoying bug: when lpstrInitialDir is specified in the
> OPENFILENAME structure, GetOpenFileName should open the specified folder.
>
> on WM 6.1 Smartphones, it seems to open always the "\My Documents" folder,
> even when lpstrInitialDir is set to "\Storage Card", for example.
>
> this is particularly ennoying when the files to open are located on a
> Storage Card. it requires navication by the user, i.e. Menu, select
> "Storage Card"...
>
> Microsoft people (or MVP), please log a bug report on this. we hope this
> one
> will be fixed so that the Smartphone version works as well as the Pocket
> PC
> (WM Professional) version.
>
> thanks!