Hi,
Im developing an C# app and I am needing the MSCommLib component. Is it
correct that it comes with Visual Studio 6.0?
How can I get it? Is it possible do download.
Thanks
Julia
Carlos J. Quintero [.NET MVP] - 31 May 2005 13:50 GMT
I think that you need Visual Studio 6. See:
http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=320

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
> Hi,
> Im developing an C# app and I am needing the MSCommLib component. Is it
[quoted text clipped - 4 lines]
> Thanks
> Julia
Dick Grier - 31 May 2005 15:57 GMT
Hi,
The easiest way is to download NETComm.ocx from my homepage. This is a
wrapper for MSComm32.ocx (where MSCommLib resides).
However, another alternative might be to download DesktopSerialIO.dll from
my homepage. It too is free, and provides a complete native serial assembly
that is easily used from C#, and requires no other external components. The
API is similar to that of MSComm, and it may be used outside of the
STAThread (which MSComm cannot).
Dick

Signature
Richard Grier (Microsoft Visual Basic MVP)
See www.hardandsoftware.net for contact information.
Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2 (391 pages) published July 2004. See
www.mabry.com/vbpgser4 to order.