473,775 Members | 2,625 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MsComm32.ocx

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
Nov 16 '05 #1
5 5372
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" <Mo************ *****@discussio ns.microsoft.co m>
wrote in message news:0F******** *************** ***********@mic rosoft.com...
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

Nov 16 '05 #2
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!!
"Shakir Hussain" wrote:
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" <Mo************ *****@discussio ns.microsoft.co m>
wrote in message news:0F******** *************** ***********@mic rosoft.com...
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


Nov 16 '05 #3
Hello

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

The source code of the library is available for download

Hope this helps

Best regards,
Sherif

"Mohammed Abdel-Razzak" <Mo************ *****@discussio ns.microsoft.co m>
wrote in message news:0F******** *************** ***********@mic rosoft.com...
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

Nov 16 '05 #4
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.

--
Shak
(Houston)
"Mohammed Abdel-Razzak" <Mo************ *****@discussio ns.microsoft.co m>
wrote in message news:E2******** *************** ***********@mic rosoft.com...
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!!
"Shakir Hussain" wrote:
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" <Mo************ *****@discussio ns.microsoft.co m>
wrote in message news:0F******** *************** ***********@mic rosoft.com...
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


Nov 16 '05 #5
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.

--
John Wood
EMail: first name, dot, second name at priorganize.com
"Mohammed Abdel-Razzak" <Mo************ *****@discussio ns.microsoft.co m>
wrote in message news:E2******** *************** ***********@mic rosoft.com...
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!!
"Shakir Hussain" wrote:
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" <Mo************ *****@discussio ns.microsoft.co m>
wrote in message news:0F******** *************** ***********@mic rosoft.com...
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


Nov 16 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
17934
by: Tom Hill | last post by:
I am having trouble using MSComm32.OCX in my VB6 application. When I attempt to use the set command to create the comm object, like this: Dim MSComm1 As Object Set MSComm1 = CreateObject("MSCommLib.MSComm") the compiler errors-out with the message "Run-time error 429: ActiveX comonent can't create object". The online help indicates this problem can be caused when the MSComm32.OCX
1
3597
by: Sue | last post by:
I want to deploy a Visual studio.net windows application. This application uses MSCOMM32.OCX control. This application works fine on a development machine. However, if I deploy it on a non-developer machine, the application fails to load. It throws an exception, class is not licensed for use. In the source code, a new instance of the control is created, so, when, at runtime, it looks for a design-time license for the control.
2
2744
by: eray | last post by:
hi ; at the C# compiler using a MSCOMM32.ocx project, when i want to install this project on the pc which is not installed visual basic says "there is no licence". for solving this problem do i need to register MSComm32.dll into the C#? i read in .NET documents doing this with Ic.exe but i wasn't success. Any help would be greatly appreciated... Thanks in
0
1471
by: Eray Çakýr | last post by:
hi ; at the C# compiler using a MSCOMM32.ocx project, when i want to install this project on the pc which is not installed visual basic says "there is no licence". for solving this problem do i need to register MSComm32.dll into the C#? i read in .NET documents doing this with Ic.exe but i wasn't success. Any help would be greatly appreciated... Thanks
0
1753
by: VR | last post by:
I wrote a wrapper class around mscomm32.ocx in C# and I have a problem deploying it to a PC without IDE installed. I am getting an error message about the class not being licensed. I found some references to that in MS knoweldge base - they claim I need to add the license manually to the cotrol, at run time Here is what my class is like I added reference to mscomm32.ocx in project and then created my class I purposely use MSCommClass...
1
1935
by: Ken Maitland | last post by:
I have a version of mscomm32.ocx on my machine which is dated 1997. I assume this is the version that came with my Visual Development suite 97. I did not buy a Version 6 and went straight to .net, hence I do not have a version 6.0 of MSCOMM32.OCX I am trying to update a program that was written in C++ version 6 to be supported in C++ .net. Although I can add an activex control to a dialog box I cannot seem to be able to add a class for...
2
2872
by: Urs Vogel | last post by:
Hi For supporting the serial port for remote data collection on manufacturing devices, I added the mscomm32.ocx Active-X component to my .Net 1.1 application, which works fine on my machine (I have VS 2003 FW 1.1 and VS 6.0 installed). When creating the setup, it nicely includes the mscomm32.ocx and the interop module in the setup project. When installing it on a client machine, everything appears to be ok, and even talking to the...
2
9207
by: Alex Su | last post by:
Hello all, I'm new to VB.net and have just built a small application that makes use of some VB6 ocx such as mscomm32.ocx for data communication with a machine. The application runs OK but when I tried to build the installer using the Setup and Deployment Projects, I always get the following warning messages saying that the dependencies cannot be found as follows: WARNING: Unable to find dependency 'INTEROP.RICHTEXTLIB'
1
1226
by: kannank24 | last post by:
i am using MScomm32.ocx while deploying its saying ....MScomm32.ocx needs dependency and i cant able to go further... can anybody help me out
0
9622
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10268
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10048
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8939
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7464
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5360
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5486
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3611
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2853
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.