Questions tagged [mscomct2.ocx]
9 questions
10
votes
1 answer
MSCOMCTL.ocx missing Windows 10
I have some vb6 applications that i'm trying to move from Windows 7 to Windows 10. I have the .exe file, but when I tried to open it - it tells me that:
C:\App_1\MSCOMCTL.OCX could not be loaded - Continue Loading Project?
I searched for this file…

BobSki
- 1,531
- 2
- 25
- 61
7
votes
7 answers
create a dialtone from 56k modem
Ok, everybody get in your wayback machine. I need to have a phone dial into my computer's 56k modem. I need my computer to have the modem "on" and have an active dialtone.
Here is why:
I have a sump pump alarm that will call me on a pump failure. It…
Mike N
6
votes
2 answers
Error: MSCOMCT2.OCX or one of its dependencies not
I am trying to run a VB application that was coded long back on Windows 2000. My current OS is windows XP SP2.
The error message is:
"Component 'MSCOMCT2.OCX' or one of its dependencies not
correctly registered: a file is missing or invalid"
I…
Nag
2
votes
0 answers
DllRegisterServer in MSCOMCT2.OCX failed
I tried to register MSCOMCT2.OCX at MS Win XP Prof 2002 SP 3. I got this error message - DllRegisterServer in MSCOMCT2.OCX failed. I checked it under C:\WINDOWS\system32. It's already there. But still got this error.

soclose
- 2,773
- 12
- 51
- 60
2
votes
1 answer
MSCOMCTL and MSCOMCTL2 could not be loaded?
Can somebody please help me and tell me what should I do open my project in Visual basic 6? When I open my previous project, I got the error

BlueAries
- 31
- 1
- 8
2
votes
2 answers
unable to use/load mscomct2.ocx controls in vb6 ide windows 7 32 bit
I get the below error trying to refer the mscomct2.ocx file, in VB6 IDE on a Windows 7 32 bit PC. The IDE is run on elevated mode.
I tried many solutions from SO and other sources, but nothing works for me.
unregistered and re registered from a…

zak
- 310
- 3
- 19
1
vote
1 answer
vb.net ms comm getting exception
I used microsoft com control 6.0 in the application for sending data to the led control
MSComm1.EOFEnable = True
MSComm1.SThreshold = 100
MSComm1.InputLen = 0
MSComm1.RThreshold = 1
MSComm1.InBufferCount = 0
…

Coder Guru
- 513
- 3
- 18
- 37
0
votes
1 answer
Unable to load MSCOMCT2/MSCOMCTL in VB6 IDE using Windows 7 64bit
Hope you are well.
I've been having an absolute pain trying to load the MSCOMCT2/MSCOMCTL components in the VB6 editor.
The steps I have taken are the following:
I've successfully registered the components using regsvr32 in CMD with admin rights.…

Coder1994UK
- 28
- 3
- 9
0
votes
1 answer
Mscomct2.ocx Can't register win 8.1
I have windows embedded 8.1 Industry Pro (64bit) and office 2010. I did everything that I was supposed to do ;
Just extract the .ocx file from the .cab file and Copy to the system folder c:\windows\sysWOW64 for 64 bit systems
Use regsvr32 through…

Şirin Aydın
- 1
- 2