Home > Archive > Smartphone Developer Forum > March 2006 > File Open Dialog
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| pramod 2006-03-16, 7:57 am |
| Hi All,
I am working on an application for Windows Mobile 5.0. I am using SmartPhone
emulator for debugging purposes. I need a FileOpen dialog for the user to
open files. When I use GetOpenFileName, I get a file explorer where files and
directories are displayed. Is there any way I can get a dialog similar to
what happens on Desktop applications? i.e., user can type too instead of
using mouse/keys? Do I have to write a custom dialog for this or
GetOpenFileName is the only option? What if user wants to enter a URL
instead? GetOpenFileName does not give any edit box for the user to type into.
Thanks
-Pramod
| |
| Brian Nantz 2006-03-16, 7:00 pm |
| Try this (http://tillanosoft.com/ce/tgetfile.html)
pramod wrote:
> Hi All,
>
> I am working on an application for Windows Mobile 5.0. I am using SmartPhone
> emulator for debugging purposes. I need a FileOpen dialog for the user to
> open files. When I use GetOpenFileName, I get a file explorer where files and
> directories are displayed. Is there any way I can get a dialog similar to
> what happens on Desktop applications? i.e., user can type too instead of
> using mouse/keys? Do I have to write a custom dialog for this or
> GetOpenFileName is the only option? What if user wants to enter a URL
> instead? GetOpenFileName does not give any edit box for the user to type into.
>
> Thanks
> -Pramod
>
|
|
|
|
|