I'm starting to developp a simple program for Pocket PC.
The first step is:
1. Click on the button, select XML file via OpenDialog, read that file into
DataSet and display data on the screen.

The first problem:
How do I copy XML file into Pocket PC Emulator area (or whatever is it) ? I
have that file on my machine. Or how to see the contents of my drives on
development machine from Pocket PC Emulator.
I see there several existing folders via File Explorer, but how to see my
development machine?

Thank you
Al

Re: Beginner's question by Al

Al
Wed Jul 19 15:07:53 CDT 2006

I added that XML file to the project, set Copy to Output property to Copy
Always.
Now I see it via File Explorer on Pocket PC Emulator.
But my OpenFile dialog in the project doesn't show it. It gives no files at
all
What am I doing wrong?

Al

"Al" <al@newsgroups.com> wrote in message
news:eybITy2qGHA.4996@TK2MSFTNGP04.phx.gbl...
> I'm starting to developp a simple program for Pocket PC.
> The first step is:
> 1. Click on the button, select XML file via OpenDialog, read that file
> into DataSet and display data on the screen.
>
> The first problem:
> How do I copy XML file into Pocket PC Emulator area (or whatever is it) ?
> I have that file on my machine. Or how to see the contents of my drives on
> development machine from Pocket PC Emulator.
> I see there several existing folders via File Explorer, but how to see my
> development machine?
>
> Thank you
> Al
>
>



Re: Beginner's question by Chance

Chance
Wed Jul 19 15:09:22 CDT 2006

>how to see the contents of my drives on development machine from Pocket PC
>Emulator.

On the emulator menu:

Emulator->Folder Sharing



Re: Beginner's question by Al

Al
Wed Jul 19 15:29:25 CDT 2006

Thanks a lot.

"Chance Hopkins" <chance_hopkins@hotmail.com> wrote in message
news:OmvII82qGHA.4408@TK2MSFTNGP04.phx.gbl...
> >how to see the contents of my drives on development machine from Pocket
> >PC Emulator.
>
> On the emulator menu:
>
> Emulator->Folder Sharing
>



Re: Beginner's question by Al

Al
Wed Jul 19 15:30:10 CDT 2006

Thanks a lot
Al

"Chance Hopkins" <chance_hopkins@hotmail.com> wrote in message
news:OmvII82qGHA.4408@TK2MSFTNGP04.phx.gbl...
> >how to see the contents of my drives on development machine from Pocket
> >PC Emulator.
>
> On the emulator menu:
>
> Emulator->Folder Sharing
>



Re: Beginner's question by ctacke/>

ctacke/>
Wed Jul 19 19:58:21 CDT 2006

The OFD on PPC sucks. It will only shows My Documents and it's subfolders.

-Chris


"Al" <al@newsgroups.com> wrote in message
news:%23%23CeG82qGHA.4508@TK2MSFTNGP04.phx.gbl...
>I added that XML file to the project, set Copy to Output property to Copy
>Always.
> Now I see it via File Explorer on Pocket PC Emulator.
> But my OpenFile dialog in the project doesn't show it. It gives no files
> at all
> What am I doing wrong?
>
> Al
>
> "Al" <al@newsgroups.com> wrote in message
> news:eybITy2qGHA.4996@TK2MSFTNGP04.phx.gbl...
>> I'm starting to developp a simple program for Pocket PC.
>> The first step is:
>> 1. Click on the button, select XML file via OpenDialog, read that file
>> into DataSet and display data on the screen.
>>
>> The first problem:
>> How do I copy XML file into Pocket PC Emulator area (or whatever is it) ?
>> I have that file on my machine. Or how to see the contents of my drives
>> on development machine from Pocket PC Emulator.
>> I see there several existing folders via File Explorer, but how to see my
>> development machine?
>>
>> Thank you
>> Al
>>
>>
>
>



Re: Beginner's question by The

The
Fri Jul 21 03:00:59 CDT 2006


"<ctacke/>" <ctacke[@]opennetcf[dot]com> wrote in message
news:%239BnRe5qGHA.3256@TK2MSFTNGP04.phx.gbl...
> The OFD on PPC sucks.

yes.

> It will only shows My Documents and it's subfolders.

more precisely, it will only show just one level of subfolders under My
Documents.

it also shows the Storage Card and one level of subfolders.

tGetFile (from www.tillanosoft.com) is a good commercial alternative to
GetOpenFileName and GetSaveFileName.

> -Chris
>
>
> "Al" <al@newsgroups.com> wrote in message
> news:%23%23CeG82qGHA.4508@TK2MSFTNGP04.phx.gbl...
>>I added that XML file to the project, set Copy to Output property to Copy
>>Always.
>> Now I see it via File Explorer on Pocket PC Emulator.
>> But my OpenFile dialog in the project doesn't show it. It gives no files
>> at all
>> What am I doing wrong?
>>
>> Al
>>
>> "Al" <al@newsgroups.com> wrote in message
>> news:eybITy2qGHA.4996@TK2MSFTNGP04.phx.gbl...
>>> I'm starting to developp a simple program for Pocket PC.
>>> The first step is:
>>> 1. Click on the button, select XML file via OpenDialog, read that file
>>> into DataSet and display data on the screen.
>>>
>>> The first problem:
>>> How do I copy XML file into Pocket PC Emulator area (or whatever is it)
>>> ? I have that file on my machine. Or how to see the contents of my
>>> drives on development machine from Pocket PC Emulator.
>>> I see there several existing folders via File Explorer, but how to see
>>> my development machine?
>>>
>>> Thank you
>>> Al
>>>
>>>
>>
>>
>
>