Mar 10, 2004 #1 JeffSabat Programmer Sep 15, 2003 32 PH i have a class that use mscomm control, however it creates an error "class is not license for use".. help,what shoud i do? Private MSCOMM1 As New MSCommLib.MSComm
i have a class that use mscomm control, however it creates an error "class is not license for use".. help,what shoud i do? Private MSCOMM1 As New MSCommLib.MSComm
Mar 10, 2004 1 #2 SqueakinSweep Programmer Jun 20, 2002 945 GB Jeff I had the same problem with MSMAPI control I think its just a question of adding a registry key to allow you to use the OCX for developer purposes. Several ways around the problem...probably the easiest is to install VB6 if you have it. You could also use the VB.Net resource kit, which has a new specific .NET Mscomm control. This is available at http://www.vbrad.com/pf.asp?p=source/src_mscomm_tutorial.htm Alternatively do a google search on 'mscomm license key', for other possible solutions. Sweep ...if it works dont mess with it Upvote 0 Downvote
Jeff I had the same problem with MSMAPI control I think its just a question of adding a registry key to allow you to use the OCX for developer purposes. Several ways around the problem...probably the easiest is to install VB6 if you have it. You could also use the VB.Net resource kit, which has a new specific .NET Mscomm control. This is available at http://www.vbrad.com/pf.asp?p=source/src_mscomm_tutorial.htm Alternatively do a google search on 'mscomm license key', for other possible solutions. Sweep ...if it works dont mess with it
Mar 10, 2004 #3 chiph Programmer Jun 9, 1999 9,878 US JeffSabat - Where did you get this OCX? Chip H. If you want to get the best response to a question, please check out FAQ222-2244 first Upvote 0 Downvote
JeffSabat - Where did you get this OCX? Chip H. If you want to get the best response to a question, please check out FAQ222-2244 first
Mar 11, 2004 Thread starter #4 JeffSabat Programmer Sep 15, 2003 32 PH tnx for the reply.. i just install vb6 and it now works... tnx.. Upvote 0 Downvote