 |
|
|
|
| Author |
Message |
hkhokhar
Joined: 30 Jan 2008 Posts: 4
|
Posted: Tue Feb 05, 2008 1:27 am Post subject: Browse Device files from desktop application |
|
|
Hi All,
I have a desktop application developed in .NET and I need to browse
Mobile Device Folders from my desktop application. I tried using
FolderBrowserDialog, but it doesn't go beyond mobile device.
Any Help!!!!
Thanks in advance,
Haroon
Archived from group: microsoft>public>dotnet>framework>compactframework |
|
| Back to top |
|
 |
user
Joined: 08 Aug 2007 Posts: 286
|
Posted: Tue Feb 05, 2008 4:23 am Post subject: Re: Browse Device files from desktop application |
|
|
Correct, the device is a shell extension, not a storage device. Search for
RAPI.
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
"hkhokhar" wrote in message @e23g2000prf.googlegroups.com...
> Hi All,
>
> I have a desktop application developed in .NET and I need to browse
> Mobile Device Folders from my desktop application. I tried using
> FolderBrowserDialog, but it doesn't go beyond mobile device.
>
> Any Help!!!!
>
> Thanks in advance,
>
> Haroon |
|
| Back to top |
|
 |
hkhokhar
Joined: 30 Jan 2008 Posts: 4
|
Posted: Tue Feb 05, 2008 3:20 am Post subject: Re: Browse Device files from desktop application |
|
|
On Feb 5, 4:23 pm, "" wrote:
> Correct, the device is a shell extension, not a storage device. Search for
> RAPI.
>
> --
>
> Chris Tacke, Embedded MVP
> OpenNETCF Consulting
> Giving back to the embedded communityhttp://community.OpenNETCF.com
>
> "hkhokhar" wrote in message
>
> @e23g2000prf.googlegroups.com...
>
> > Hi All,
>
> > I have a desktop application developed in .NET and I need to browse
> > Mobile Device Folders from my desktop application. I tried using
> > FolderBrowserDialog, but it doesn't go beyond mobile device.
>
> > Any Help!!!!
>
> > Thanks in advance,
>
> > Haroon
Thanks Chris,
I have explored RAPI and it seems i have to make a custom File
Explorer to browse device folders/files. I thought there might be a
FolderBrowserDialog module or something similar available that could
access device files.
Thanks anyways
Haroon |
|
| Back to top |
|
 |
Simon Hart [MVP]
Joined: 03 Oct 2007 Posts: 95
|
Posted: Tue Feb 05, 2008 8:41 am Post subject: Re: Browse Device files from desktop application |
|
|
You have to write this yourself using RAPI or other means. This will be
fairly easy with RAPI as mentioned by Chris.
--
Simon Hart
Visual Developer - Device Application Development MVP
http://simonrhart.blogspot.com
"hkhokhar" wrote:
> On Feb 5, 4:23 pm, "" wrote:
> > Correct, the device is a shell extension, not a storage device. Search for
> > RAPI.
> >
> > --
> >
> > Chris Tacke, Embedded MVP
> > OpenNETCF Consulting
> > Giving back to the embedded communityhttp://community.OpenNETCF.com
> >
> > "hkhokhar" wrote in message
> >
> > @e23g2000prf.googlegroups.com...
> >
> > > Hi All,
> >
> > > I have a desktop application developed in .NET and I need to browse
> > > Mobile Device Folders from my desktop application. I tried using
> > > FolderBrowserDialog, but it doesn't go beyond mobile device.
> >
> > > Any Help!!!!
> >
> > > Thanks in advance,
> >
> > > Haroon
>
> Thanks Chris,
>
> I have explored RAPI and it seems i have to make a custom File
> Explorer to browse device folders/files. I thought there might be a
> FolderBrowserDialog module or something similar available that could
> access device files.
>
> Thanks anyways
>
> Haroon
> |
|
| Back to top |
|
 |
Christopher Fairbairn
Joined: 08 Aug 2007 Posts: 19
|
Posted: Thu Feb 07, 2008 3:31 pm Post subject: Re: Browse Device files from desktop application |
|
|
Hi,
"Simon Hart [MVP]" wrote in message @microsoft.com...
> You have to write this yourself using RAPI or other means. This will be
> fairly easy with RAPI as mentioned by Chris.
Mark Arteaga has an example on his blog that could be used as a good
starting point. It's available in an entry titled "Device File Browsing From
desktop" available at
http://blog.markarteaga.com/DeviceFileBrowsingFromDesktop.aspx
It uses OpenNETCF's free Desktop Communication Library, which is a .NET
wrapper on top of the native RAPI APIs.
Hope this helps,
Christopher Fairbairn |
|
| Back to top |
|
 |
hkhokhar
Joined: 30 Jan 2008 Posts: 4
|
Posted: Thu Feb 07, 2008 6:39 pm Post subject: Re: Browse Device files from desktop application |
|
|
On Feb 7, 8:31 am, "Christopher Fairbairn"
wrote:
> Hi,
>
> "Simon Hart [MVP]" wrote in message@microsoft.com...
>
> > You have to write this yourself using RAPI or other means. This will be
> > fairly easy with RAPI as mentioned by Chris.
>
> Mark Arteaga has an example on his blog that could be used as a good
> starting point. It's available in an entry titled "Device File Browsing From
> desktop" available athttp://blog.markarteaga.com/DeviceFileBrowsingFromDesktop.aspx
>
> It uses OpenNETCF's free Desktop Communication Library, which is a .NET
> wrapper on top of the native RAPI APIs.
>
> Hope this helps,
> Christopher Fairbairn
Thanks Christopher,
That would be very handy.
Thanks,
Haroon
|
|
| Back to top |
|
 |
|
|
| Related Topics: | Help for transfering files between WinCE device and PC ! Hi group ! I've a quite big problem : I've an application on a WinCE device and it needs to connect automatically (after clicking on a button when the device is on the docking station) to a PC and to send and receive some files. The target PC is not direc
Smart Device Application template icon missing! Hi, I've installed the complete Visual Studio.NET and can't find the Smart Device App icon anyhwere when I load up a new project. Any advice?? I 've installed the compact framework, reinstalled VS.NET, I'm at a dead end here.. Cheers, Sean
Custom Device SDK Hi, Has anyone made any progress on getting .NET CF applications to cleanly deploy to custom Windows CE.NET-based devices? We have a nice 4.2-based device on which a given .NET CF application runs fine, but when you deploy this application to the device
Device Control Tab Is it possible to add a user control to the Device Control tab for PocketPC 2003 development?? If so then how?? Mark
Write a app that can suspend/resume device in specific time Hi there, I'd like to write a program that can suspend ppc and resume it in 10 seconds. Here is what I'm doing, but it don't work. Please have some comments if you know how to get device resume again. Thanks Adam // start of code const int |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|