PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Re: Write to PPC
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Re: Write to PPC
![]() |
Re: Write to PPC |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#2 |
|
Guest
Posts: n/a
|
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 > > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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 > > > > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

