2 Queries.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

1) I am new to Compact Framework, and in one of the message in this group I read something about OpenNETCF. Can someone tell me what that really is

2) Is there anyway by which I can launch some application (e.g. Wordpad, File Explorer, or some PPC application) through my application in C#

Thanks very much
Amit.
 
Amit said:
1) I am new to Compact Framework, and in one of the message in this
group I read something about OpenNETCF. Can someone tell me what that
really is?

It's essentially a collection of libraries to expand the compact
framework so it's a bit more useful :)

See http://www.opennetcf.org/ for more information.
2) Is there anyway by which I can launch some application (e.g.
Wordpad, File Explorer, or some PPC application) through my
application in C#.

See OpenNETCF.Diagnostics.Process.Start.
 
Jon Skeet said:
It's essentially a collection of libraries to expand the compact
framework so it's a bit more useful :)

Thats wins this weeks understatement award.... :)
 
Back
Top