Win10 x64 registers the ZQDeviceOcx. ocx control, msinet. ocxwin10x64
The normal method is feasible in 32-bit systems, but not in 64-bit systems.
In a 64-bit system, the correct registration steps are as follows:
1. Place the corresponding ocx and dll in the C: \ Windows \ SysWOW64 directory.
2. Find the cmd.exe file under the C: \ Windows \ syswow64directory, right-click and choose "Run as administrato
The OCX control is automatically registered when the installation package is run and requires manual registration if the installation package is not registered successfullyPpaxsigntoolsdk.ocx This OCX control is called when using the tablet under the browser, it must be registered before use, otherwise the browser version will not work properly.The normal way is possible under a 32-bit system, but it is not
Although MS provides us with a variety. net framework library, our program C # development brings great convenience, but sometimes, some control libraries with specific functions still need to be provided by a third party or written by themselves. When Dll references are required, we usually add them to the project by adding references, and then we can use them as conveniently as we use our own classes. However, some Dll library (OCX) files must be re
There was a wine installation project that used serial port testing traffic. I thought N had used the mscomm32.ocx control many years ago and searched it on the computer. I did not know it after Google. vc6 had this control, vc2008 does not have this control. From the next online, it is virus http://download.prjcode.com/detail/FTgcSST Everyone be careful.
Copy all four files to C:/Windows/system32 and run regsvr32 C:/winnt/system32/mscomm32.
The following error occurs when COM component is not registered and C # script calculation is used:
The COM Object of the "msscriptcontrol. scriptcontrolclass" type cannot be forcibly converted to the interface type "msscriptcontrol. iscriptcontrol ". This operation fails because the following error occurs when QueryInterface is called for the COM component of the interface whose IID is {0e59f1d3-1fbe-11d0-8ff2-00a0d10038bc}: An error occurred while loading the Type Library/DLL. (Exception from
with desktop users.Loadordergroup string, which is related to dependencies. It is determined that the services must be started before the service is started. The format is similar. It is also separated by CHR (0) and ends with two consecutive CHR (0.Password string indicates the password for starting the service. If you use the default account, you do not need to set the account for starting the service.Servicename string, service name. If net.exe is used to control the service, the service par
The project often encountered JS in order to invoke the C + + control situation, through the control to implement the related function operation. such as video controls, etc.ClassID of Reference object in specific JSThe code reference is as follows:Width= "100%" height= "100%" id= "Xxocx" name= "Xxocx" >JS to invoke the method in the control, as long as you get the control by IDvar ocx = document.getElementById ("Xxocx");
In actual development, if Flash and Microsoft products are used in combination for programming, the interface development efficiency can be improved or the game development method can be changed (when the requirements are relatively low,I don't have to use OpenGL or other engines for programming. I even used. Net to write online games (based on UDP ).For the purpose of inspiring discussion, we should try our best to use brilliant language orCodeReply. Could you please help me back up? (I describ
1. register the mscomm32 control, download it online, and copy it to the c: \ windows \ system32 folder. I installed a 64-bit win7 System in C: in the \ windows \ syswow64 folder, open cmd, write the code regsvr32 c: \ windows \ system32 \ mscomm32.ocx, and press enter to prompt you that the registration is successful.
2. in the dialog box, add a control: Open the toolbox-> right-click and select items. After a while, select the Toolbox item. Under t
// Better tutorial
OCX requires administrator permission to register in win7. In this case, run cmd as the administrator and run regsvr32 to register.
Very troublesome
Try to use NSIs as the installation package and use regdll to register OCX.
OCX and externalProgramThe interaction is mainly through the provision of method attributes + events Meth
Problem:During programming, I call the dynamic link library statically in ocx, And the link prompts error: Project: Error prj0050: failed to register the output. Please try to enable "redirection for each user", or register this component from the command prompt window with the elevation of privilege. I thought it was a permission issue in win7. Can I check the attributes?
Answer:According to the description, it is certainly not a permission issue,
Similar to MFC itself, MFC extension is a group of VC ++ classes built on the MFC class library, ocx (OLE/Active X control ), it is a 32-bit control that replaces 16-bit Visual Basic extension (vbx). ocx is based on Microsoft's object embedding and Connection Technology (OLE ), this technology allows Binary-based object interface interaction, so ocx has a complet
I have never had a deep understanding of this. It takes a long time to install other people's controls and record myself, hey ..
Take XLS. ocx as an Example
(1)
Place XLS. ocx under C:/windws/system32,
If it is not placed in this position, the component cannot be used after the installation is successful, prompting that the component is not in the design mode.
(2) Installation
Menu -- component -->
Several ways to register the OCX control.I. If you are writing a program, you can open vs as an administrator, and then register successfully after compiling.Two. change user Account Control settings, user account and home security, Control Panel, user account, set to never notify (may be dangerous)Three. Accessories, command prompt, enter the corresponding OCX to register the input regsvr32 name.ocxFour. U
1 Container Debug 1.1 F5, select Activesx control Test Containor1.2 ok--ok, select New control1.3 in the toolbar to select your control within the Insert control, ok1.4 the Invoke Method s in the Method Name drop-down box select your OCX execution function 1.5 According to the sequence of the actual use of the OCX, give each parameter one parameter at a time, each interface is assigned an argument after the
I wrote a small console program, which is used to register/uninstall the OCX control and used in the installation and uninstallation program of Inno Setup.
# Include "stdafx. H "# include
I helped my colleagues write several lines of code and registered/uninstalled the OCX control in the installation/download program.
Message = "You cannot forcibly convert a COM Object of the type" msscriptcontrol. scriptcontrolclass "to the interface type" msscriptcontrol. iscriptcontrol ". The reason for this operation failure is that calling QueryInterface for the COM component of the interface whose IID is {0e59f1d3-1fbe-11d0-8ff2-00a0d10038bc} fails due to the following error: the library is not registered. (The exception is from hresult: 0x8002801d (type_e_libnotregistered )). "
Solution:
1. Run-regsvr32 msscript. o
Create a TXT file, copy the following content, change the TXT file to bat, and save the file. Copy the file to the folder where flash10a is located and run it. This file is similar to flash9f. You only need to change 10a in flash10a.ocxand flashutil10a.exe to 9f.
CLSCacls flash10a. ocx/P administrator: FCacls flashutil10a.exe/P administrator: FAttrib *. *-r-a-s-hCLSPauseDel flash10a. ocx/QDel flashutil10a.
This article describes two methods for Automatic Registration of DLL libraries, including calling the regsvr32 method. I hope this article will help you.
Although Ms provides us with a variety. net Framework library, our program C # development brings great convenience, but sometimes, some control libraries with specific functions still need to be provided by a third party or written by themselves. When DLL references are required, we usually add them to the project by adding references, and the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.