
.NET equiv to COM Objects
Download the .Net SDK at the following URL:
http://msdn.microsoft.com/downloads/default.asp?url=/code/sample.asp?...
dn-files/027/000/976/msdncompositedoc.xml&frame=true
HTH,
--
Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
http://www.takempis.com
Big things are made up of lots of little things.
Quote:
> Thanks Patrice... I'd just discovered that... figuring out how to use it
is
> another matter entirely...!
> > Try the System.IO namespace.
> > The "Reference" section in the SDK documentation contains a list of all
> the
> > classes. This is :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/nets...
Quote:
> > ml/cpframeworkref_start.asp
> > online...
> > > I'm trying to upgrade my skill from ASP/VB6/COM to .NET.
> > > I'm working on a project that needs manipulate files; currently I
intend
> > to
> > > use the FileSystemObject, but I'm curious to see if there is a .NET
> > > replacement for this?
> > > This begs a broader questions: What .NET components do we have, and
how
> > do
> > > we find out more about them? Have some COM components been superceded
by
> > > .NET?
> > > As I understand it, in order realise the dream of portable code, we
must
> > > move away from COM to .NET assemblies, yet we still depend so much on
> > > existing COM components...
> > > Cheers
> > > CJM