Open dialog

  • Thread starter Thread starter Ghost
  • Start date Start date
G

Ghost

Is there any component to provide open dialog in Compact Framwork?
Or even how can I show dialog allowing user to open the file?
 
See the OpenFileDialog component. It has some limitations on the PPC
platform due to it being a wrapper on the built-in system "open file"
dialog. But check it out and see if it does what you want.

--
Tim Wilson
..Net Compact Framework MVP

<Feedback>
Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
</Feedback>
 
In VB.net, there is an OpenFileDialog control for Smart Device projects.
 

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