Is it possible to use RAPI in a desktop app to mimic the EXPLORE window that
ActiveSync contains? In other words to be able to display a browsable tree
of all folders and files contained on the device?

Any suggestions and/or sample source would be greatly appreciated.

--Terry


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003

Re: RAPI Question ... by Chris

Chris
Thu Oct 23 11:26:58 CDT 2003

Sure. I can't give you a "sample" as you need an entire application. You
will have to create the app, the treeview, the ListView and populate them
all as the user changes directories. FWIW, Remote File Explorer already
does exactly this.

--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net


"JustMe" <temilson@sasktel.net> wrote in message
news:vpfv6v789n7l97@corp.supernews.com...
> Is it possible to use RAPI in a desktop app to mimic the EXPLORE window
that
> ActiveSync contains? In other words to be able to display a browsable
tree
> of all folders and files contained on the device?
>
> Any suggestions and/or sample source would be greatly appreciated.
>
> --Terry
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
>
>



Re: RAPI Question ... by JustMe

JustMe
Thu Oct 23 11:44:09 CDT 2003

Hi Chris,

Thanks for your reply. I guess my question is what functions of RAPI do I
use to obtain the list of folders and files?

Thanks again,
-Terry
"Chris Tacke, eMVP" <ctacke@spamfree-opennetcf.org> wrote in message
news:eKfF8JYmDHA.1408@TK2MSFTNGP11.phx.gbl...
> Sure. I can't give you a "sample" as you need an entire application. You
> will have to create the app, the treeview, the ListView and populate them
> all as the user changes directories. FWIW, Remote File Explorer already
> does exactly this.
>
> --
> Chris Tacke, eMVP
> Co-Founder and Advisory Board Member
> www.OpenNETCF.org
> ---
> Windows CE Product Manager
> Applied Data Systems
> www.applieddata.net
>
>
> "JustMe" <temilson@sasktel.net> wrote in message
> news:vpfv6v789n7l97@corp.supernews.com...
> > Is it possible to use RAPI in a desktop app to mimic the EXPLORE window
> that
> > ActiveSync contains? In other words to be able to display a browsable
> tree
> > of all folders and files contained on the device?
> >
> > Any suggestions and/or sample source would be greatly appreciated.
> >
> > --Terry
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
> >
> >
>
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003



Re: RAPI Question ... by Chris

Chris
Thu Oct 23 12:52:28 CDT 2003

I'd think you could do it all with CeFindFirstFile and CeFindNextFile

--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net

"JustMe" <temilson@sasktel.net> wrote in message
news:vpg1il20mvrr12@corp.supernews.com...
> Hi Chris,
>
> Thanks for your reply. I guess my question is what functions of RAPI do I
> use to obtain the list of folders and files?
>
> Thanks again,
> -Terry
> "Chris Tacke, eMVP" <ctacke@spamfree-opennetcf.org> wrote in message
> news:eKfF8JYmDHA.1408@TK2MSFTNGP11.phx.gbl...
> > Sure. I can't give you a "sample" as you need an entire application.
You
> > will have to create the app, the treeview, the ListView and populate
them
> > all as the user changes directories. FWIW, Remote File Explorer already
> > does exactly this.
> >
> > --
> > Chris Tacke, eMVP
> > Co-Founder and Advisory Board Member
> > www.OpenNETCF.org
> > ---
> > Windows CE Product Manager
> > Applied Data Systems
> > www.applieddata.net
> >
> >
> > "JustMe" <temilson@sasktel.net> wrote in message
> > news:vpfv6v789n7l97@corp.supernews.com...
> > > Is it possible to use RAPI in a desktop app to mimic the EXPLORE
window
> > that
> > > ActiveSync contains? In other words to be able to display a browsable
> > tree
> > > of all folders and files contained on the device?
> > >
> > > Any suggestions and/or sample source would be greatly appreciated.
> > >
> > > --Terry
> > >
> > >
> > > ---
> > > Outgoing mail is certified Virus Free.
> > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
> > >
> > >
> >
> >
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
>
>



Re: RAPI Question ... by JustMe

JustMe
Thu Oct 23 15:27:04 CDT 2003

Hi again,

I've searched all the newsgroups for info on how to access these two
methods, and can't find anything.

I've found LOTS of info on how to access many of the other RAPI methods, but
not these two specific ones.

Does anyone have any suggetsions on how I can accomplish this?

Thanks,
--Terry
"Chris Tacke, eMVP" <ctacke@spamfree-opennetcf.org> wrote in message
news:%232nEu5YmDHA.2404@TK2MSFTNGP12.phx.gbl...
> I'd think you could do it all with CeFindFirstFile and CeFindNextFile
>
> --
> Chris Tacke, eMVP
> Co-Founder and Advisory Board Member
> www.OpenNETCF.org
> ---
> Windows CE Product Manager
> Applied Data Systems
> www.applieddata.net
>
> "JustMe" <temilson@sasktel.net> wrote in message
> news:vpg1il20mvrr12@corp.supernews.com...
> > Hi Chris,
> >
> > Thanks for your reply. I guess my question is what functions of RAPI do
I
> > use to obtain the list of folders and files?
> >
> > Thanks again,
> > -Terry
> > "Chris Tacke, eMVP" <ctacke@spamfree-opennetcf.org> wrote in message
> > news:eKfF8JYmDHA.1408@TK2MSFTNGP11.phx.gbl...
> > > Sure. I can't give you a "sample" as you need an entire application.
> You
> > > will have to create the app, the treeview, the ListView and populate
> them
> > > all as the user changes directories. FWIW, Remote File Explorer
already
> > > does exactly this.
> > >
> > > --
> > > Chris Tacke, eMVP
> > > Co-Founder and Advisory Board Member
> > > www.OpenNETCF.org
> > > ---
> > > Windows CE Product Manager
> > > Applied Data Systems
> > > www.applieddata.net
> > >
> > >
> > > "JustMe" <temilson@sasktel.net> wrote in message
> > > news:vpfv6v789n7l97@corp.supernews.com...
> > > > Is it possible to use RAPI in a desktop app to mimic the EXPLORE
> window
> > > that
> > > > ActiveSync contains? In other words to be able to display a
browsable
> > > tree
> > > > of all folders and files contained on the device?
> > > >
> > > > Any suggestions and/or sample source would be greatly appreciated.
> > > >
> > > > --Terry
> > > >
> > > >
> > > > ---
> > > > Outgoing mail is certified Virus Free.
> > > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
> > > >
> > > >
> > >
> > >
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
> >
> >
>
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003



Re: RAPI Question ... by Paul

Paul
Thu Oct 23 15:46:44 CDT 2003

The OpenNetCF Communication library has them. There's also a class which
encapsulates the FileInformation structure filled by the calls, so that you
don't have to map them to byte[] yourself.

www.opennetcf.org

Paul T.

"JustMe" <temilson@sasktel.net> wrote in message
news:vpgekmq9jq6379@corp.supernews.com...
> Hi again,
>
> I've searched all the newsgroups for info on how to access these two
> methods, and can't find anything.
>
> I've found LOTS of info on how to access many of the other RAPI methods,
but
> not these two specific ones.
>
> Does anyone have any suggetsions on how I can accomplish this?
>
> Thanks,
> --Terry
> "Chris Tacke, eMVP" <ctacke@spamfree-opennetcf.org> wrote in message
> news:%232nEu5YmDHA.2404@TK2MSFTNGP12.phx.gbl...
> > I'd think you could do it all with CeFindFirstFile and CeFindNextFile
> >
> > --
> > Chris Tacke, eMVP
> > Co-Founder and Advisory Board Member
> > www.OpenNETCF.org
> > ---
> > Windows CE Product Manager
> > Applied Data Systems
> > www.applieddata.net
> >
> > "JustMe" <temilson@sasktel.net> wrote in message
> > news:vpg1il20mvrr12@corp.supernews.com...
> > > Hi Chris,
> > >
> > > Thanks for your reply. I guess my question is what functions of RAPI
do
> I
> > > use to obtain the list of folders and files?
> > >
> > > Thanks again,
> > > -Terry
> > > "Chris Tacke, eMVP" <ctacke@spamfree-opennetcf.org> wrote in message
> > > news:eKfF8JYmDHA.1408@TK2MSFTNGP11.phx.gbl...
> > > > Sure. I can't give you a "sample" as you need an entire
application.
> > You
> > > > will have to create the app, the treeview, the ListView and populate
> > them
> > > > all as the user changes directories. FWIW, Remote File Explorer
> already
> > > > does exactly this.
> > > >
> > > > --
> > > > Chris Tacke, eMVP
> > > > Co-Founder and Advisory Board Member
> > > > www.OpenNETCF.org
> > > > ---
> > > > Windows CE Product Manager
> > > > Applied Data Systems
> > > > www.applieddata.net
> > > >
> > > >
> > > > "JustMe" <temilson@sasktel.net> wrote in message
> > > > news:vpfv6v789n7l97@corp.supernews.com...
> > > > > Is it possible to use RAPI in a desktop app to mimic the EXPLORE
> > window
> > > > that
> > > > > ActiveSync contains? In other words to be able to display a
> browsable
> > > > tree
> > > > > of all folders and files contained on the device?
> > > > >
> > > > > Any suggestions and/or sample source would be greatly appreciated.
> > > > >
> > > > > --Terry
> > > > >
> > > > >
> > > > > ---
> > > > > Outgoing mail is certified Virus Free.
> > > > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > > > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> > > ---
> > > Outgoing mail is certified Virus Free.
> > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
> > >
> > >
> >
> >
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
>
>



Re: RAPI Question ... by JustMe

JustMe
Thu Oct 23 16:58:24 CDT 2003

Thanks Paul! That's just what I was looking for.

--Terry

"Paul G. Tobey [eMVP]" <ptobey_no_spam@instrument_no_spam.com> wrote in
message news:OhhP%23aamDHA.1244@TK2MSFTNGP11.phx.gbl...
> The OpenNetCF Communication library has them. There's also a class which
> encapsulates the FileInformation structure filled by the calls, so that
you
> don't have to map them to byte[] yourself.
>
> www.opennetcf.org
>
> Paul T.
>
> "JustMe" <temilson@sasktel.net> wrote in message
> news:vpgekmq9jq6379@corp.supernews.com...
> > Hi again,
> >
> > I've searched all the newsgroups for info on how to access these two
> > methods, and can't find anything.
> >
> > I've found LOTS of info on how to access many of the other RAPI methods,
> but
> > not these two specific ones.
> >
> > Does anyone have any suggetsions on how I can accomplish this?
> >
> > Thanks,
> > --Terry
> > "Chris Tacke, eMVP" <ctacke@spamfree-opennetcf.org> wrote in message
> > news:%232nEu5YmDHA.2404@TK2MSFTNGP12.phx.gbl...
> > > I'd think you could do it all with CeFindFirstFile and CeFindNextFile
> > >
> > > --
> > > Chris Tacke, eMVP
> > > Co-Founder and Advisory Board Member
> > > www.OpenNETCF.org
> > > ---
> > > Windows CE Product Manager
> > > Applied Data Systems
> > > www.applieddata.net
> > >
> > > "JustMe" <temilson@sasktel.net> wrote in message
> > > news:vpg1il20mvrr12@corp.supernews.com...
> > > > Hi Chris,
> > > >
> > > > Thanks for your reply. I guess my question is what functions of
RAPI
> do
> > I
> > > > use to obtain the list of folders and files?
> > > >
> > > > Thanks again,
> > > > -Terry
> > > > "Chris Tacke, eMVP" <ctacke@spamfree-opennetcf.org> wrote in message
> > > > news:eKfF8JYmDHA.1408@TK2MSFTNGP11.phx.gbl...
> > > > > Sure. I can't give you a "sample" as you need an entire
> application.
> > > You
> > > > > will have to create the app, the treeview, the ListView and
populate
> > > them
> > > > > all as the user changes directories. FWIW, Remote File Explorer
> > already
> > > > > does exactly this.
> > > > >
> > > > > --
> > > > > Chris Tacke, eMVP
> > > > > Co-Founder and Advisory Board Member
> > > > > www.OpenNETCF.org
> > > > > ---
> > > > > Windows CE Product Manager
> > > > > Applied Data Systems
> > > > > www.applieddata.net
> > > > >
> > > > >
> > > > > "JustMe" <temilson@sasktel.net> wrote in message
> > > > > news:vpfv6v789n7l97@corp.supernews.com...
> > > > > > Is it possible to use RAPI in a desktop app to mimic the EXPLORE
> > > window
> > > > > that
> > > > > > ActiveSync contains? In other words to be able to display a
> > browsable
> > > > > tree
> > > > > > of all folders and files contained on the device?
> > > > > >
> > > > > > Any suggestions and/or sample source would be greatly
appreciated.
> > > > > >
> > > > > > --Terry
> > > > > >
> > > > > >
> > > > > > ---
> > > > > > Outgoing mail is certified Virus Free.
> > > > > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > > > > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > ---
> > > > Outgoing mail is certified Virus Free.
> > > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
> > > >
> > > >
> > >
> > >
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003
> >
> >
>
>


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003