PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Re: Write to PPC

Reply

Re: Write to PPC

 
Thread Tools Rate Thread
Old 01-07-2003, 12:55 AM   #1
Herfried K. Wagner
Guest
 
Posts: n/a
Default Re: Write to PPC


Hello,

"Jason W. Nadal" <jnadal@comcast.net> schrieb:
> How can I write to a folder on a PocketPC in C#? Is there a
> way to do it within the framework without interop?


Have a look at the classes provided in the System.IO namespace:
StreamWriter etc.

Do not crosspost to microsoft.public.dotnet.framework.windowsforms---the
question is in no way related to windows forms programming.

Regards,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet


  Reply With Quote
Old 01-07-2003, 01:00 AM   #2
Jason W. Nadal
Guest
 
Posts: n/a
Default Re: Write to PPC

It is actually in a windows form that I want to write to my pocket pc;
that's why it's crossposted. I know how to write to the pocketpc from
pocketpc. I should have specified that in my original post. Thanks for the
quick reply, though.

--Jason

"Herfried K. Wagner" <hirf.nosp@m.activevb.de> wrote in message
news:eFvCAu2PDHA.1608@TK2MSFTNGP11.phx.gbl...
> Hello,
>
> "Jason W. Nadal" <jnadal@comcast.net> schrieb:
> > How can I write to a folder on a PocketPC in C#? Is there a
> > way to do it within the framework without interop?

>
> Have a look at the classes provided in the System.IO namespace:
> StreamWriter etc.
>
> Do not crosspost to microsoft.public.dotnet.framework.windowsforms---the
> question is in no way related to windows forms programming.
>
> Regards,
> Herfried K. Wagner
> --
> MVP · VB Classic, VB .NET
> http://www.mvps.org/dotnet
>
>



  Reply With Quote
Old 01-07-2003, 04:38 PM   #3
Paul G. Tobey [eMVP]
Guest
 
Posts: n/a
Default Re: Write to PPC

I don't understand what you mean by 'writing a form' to the device. Writing
the compile-time file that represents the form? You can't stream the form
to a file (for saving the state of all controls or something strange like
that), in .NET CF because it doesn't support serialization, at this time.
Maybe you should give us the real background and we can give you a better
answer...

Paul T.

"Jason W. Nadal" <jnadal@comcast.net> wrote in message
news:%23mYsty2PDHA.2636@TK2MSFTNGP10.phx.gbl...
> It is actually in a windows form that I want to write to my pocket pc;
> that's why it's crossposted. I know how to write to the pocketpc from
> pocketpc. I should have specified that in my original post. Thanks for

the
> quick reply, though.
>
> --Jason
>
> "Herfried K. Wagner" <hirf.nosp@m.activevb.de> wrote in message
> news:eFvCAu2PDHA.1608@TK2MSFTNGP11.phx.gbl...
> > Hello,
> >
> > "Jason W. Nadal" <jnadal@comcast.net> schrieb:
> > > How can I write to a folder on a PocketPC in C#? Is there a
> > > way to do it within the framework without interop?

> >
> > Have a look at the classes provided in the System.IO namespace:
> > StreamWriter etc.
> >
> > Do not crosspost to microsoft.public.dotnet.framework.windowsforms---the
> > question is in no way related to windows forms programming.
> >
> > Regards,
> > Herfried K. Wagner
> > --
> > MVP · VB Classic, VB .NET
> > http://www.mvps.org/dotnet
> >
> >

>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off