MsComm32.ocx

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

Guest

Dear sirs
I`ve added the com component "Microsoft communications control" to my project toolbox (in C#) but when I double clicked it, I got the following error message
"You don`t have a license to use this ActiveX control"
what should I do to use this control???
or is there any replacement??

thanks
Mohammed
 
Mohammed.

If you just copy MsComm32.ocx and register, it would complain about the
license. You have to install Visual Studio 6.0 Licensed version for it to
work properly.

--
Shak
(Houston)


Mohammed Abdel-Razzak said:
Dear sirs
I`ve added the com component "Microsoft communications control" to my
project toolbox (in C#) but when I double clicked it, I got the following
error message
 
Actually Sir
I don`t want to use in in Visual studio 6.0
I want to use it in C# to dial a phone number!!
 
Hello

This article is for a .NET Base Class Library for Serial Device
Communications
http://msdn.microsoft.com/msdnmag/issues/02/10/netserialcomm/

The source code of the library is available for download

Hope this helps

Best regards,
Sherif

Mohammed Abdel-Razzak said:
Dear sirs
I`ve added the com component "Microsoft communications control" to my
project toolbox (in C#) but when I double clicked it, I got the following
error message
 
Mohammed,

When you add MsComm32.ocx in .NET, it will create MSCommLib for you. You can
include that namespace and code it in c#. But to get that control, you need
Visual Studio 6.0.
 
Unfortunately the design time license for mscomm32 is only available as part
of visual studio, so unless you have a licensed copy of visual studio you
cannot use the mscomm32 library at design time.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top