G Ghost Aug 4, 2004 #1 Is there any component to provide open dialog in Compact Framwork? Or even how can I show dialog allowing user to open the file?
Is there any component to provide open dialog in Compact Framwork? Or even how can I show dialog allowing user to open the file?
P Peter Foot [MVP] Aug 4, 2004 #2 Yes, see the OpenFileDialog (System.Windows.Forms) - supported on all Compact Framework platforms except Smartphone (which has no common file dialogs) Peter -- Peter Foot Windows Embedded MVP www.inthehand.com Do have an opinion on the effectiveness of Microsoft Windows Mobile and Embedded newsgroups? Let us know! https://www.windowsembeddedeval.com/community/newsgroups
Yes, see the OpenFileDialog (System.Windows.Forms) - supported on all Compact Framework platforms except Smartphone (which has no common file dialogs) Peter -- Peter Foot Windows Embedded MVP www.inthehand.com Do have an opinion on the effectiveness of Microsoft Windows Mobile and Embedded newsgroups? Let us know! https://www.windowsembeddedeval.com/community/newsgroups
T Tim Wilson Aug 4, 2004 #3 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>
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>
W William LaMartin Aug 4, 2004 #4 In VB.net, there is an OpenFileDialog control for Smart Device projects.