Re: OCX control missing - URGENT Programming Software Development by choudhuryshouvi … batch file to accomplish this task. just supply the comdlg32.ocx file with batch file to ur user's pc. now… is :- [B]ECHO OFF CLS COPY COMDLG32.OCX %SYSTEMROOT%\SYSTEM32\COMDLG32.OCX REGSVR32 COMDLG32.OCX ECHO ON[/B] open notepad and copy-paste… do the rest for you. but make sure that the .ocx file and the batch file exist in the same directory… .OCX Could not be loaded Programming Software Development by sameerupare … When we are trying to load project and add the .OCX controls thru components options it gives error [B]"filemovecontrol….ocx could not be loaded"[/B]. We tried to …unregister and again register a copy of a .OCX control but no use. :eek: Can anyone give us … Re: .OCX Could not be loaded Programming Software Development by sameerupare … When we are trying to load project and add the .OCX controls thru components options it gives error [B]"filemovecontrol….ocx could not be loaded"[/B]. We tried to …unregister and again register a copy of a .OCX control but no use. :eek: Can anyone give us … Re: .OCX Could not be loaded Programming Software Development by dantut Try going to "Project" on the menu-bar and choose "References". Thsi will pop-up will a list of all refernces for your form. Find your "filemovecontrol.ocx" and click the checkbox OR click the "BROWSE" button on the right to add a control to your project. Good Luck - [COLOR=Indigo]Dan[/COLOR] OCX control missing - URGENT Programming Software Development by saini balvinder My client's pc is missing comdlg32.ocx. He recently formatted his hard disk. Due to this my … installation file is not working and its giving message : 'ComDLG32.ocx or one of its dependencies not correct registered i dont… Re: OCX control missing - URGENT Programming Software Development by Mbt925 I upload this ocx for you. hope it help... Re: OCX control missing - URGENT Programming Software Development by edensigauke To show the error Mr/Mrs Shouvik, try regsvr32 /u or /i COMDLG32.OCX. If you dont get an error, then that means you dont have the same problem we are facing, because i have the same problem and its not good at all. .ocx file error Hardware and Software Microsoft Windows by Roebuc Has anyone ever heard of this file, dwsbc.ocx, and know why it might be invalid or not registered correctly. I tried to find a replacement for it on the internet but it cost a few hundred dollars bundled with other files I am not sure that I need. Any ideas on how to fix it? It has something to do with VB, that is all I know. Client and Server OCX files Programming Software Development by Chuck2013 …. The server comes with an OCX file: server.ocx. The client has its own OCX file: client.ocx. (I suspect there could be…object. My question is: why are there two different OCX files? Could both the server and client utilize the same…that would generate all necessary C++ information given the server OCX file only? In other words, can I circumvent the… Re: Client and Server OCX files Programming Software Development by Chuck2013 … the server for the file. I only meant the server ocx file would be copied over from the remote PC to… server and the client would essentially be using the same ocx file. My concern is: when I examine the client….ocx and the server.ocx, I see a peculiar thing. The client.ocx declares "client" interfaces… Adding OCX to MMC Programming Computer Science by riteshtonk … I launch the MMC application and add the ocx from the "File > Add/Remove Snap…-in" Once the ocx is launched, it adds a new node in the left… I am able to see the GUI of my ocx control on the RHS. Now, when I save …get an error "Page not found". The OCX is registered on that system as well. What am … ActiveX(ocx) Problems! Programming Software Development by chris007 …foo.exe AxInterop.fooLib.dll Interop.fooLib.dll foo.ocx Now if to an other computer i install …guess that my program wont get the foo.ocx that i copied to the root folder of…it wants to get the "original" ocx file.. when i say original etc i dont …to "connect" my program with the ocx that i copied so it wont need the whole… Re: Client and Server OCX files Programming Software Development by Ancient Dragon … the client is going to be able to use an ocx that's on the server computer? Since we know nothing… about either program we don't know if the two ocx files are needed or not. You might be able to… Re: Register OCX file Error Hardware and Software Microsoft Windows by thechriscurtis …7 too. After unregistering and re-registering MCI32.OCX and MSCOMCT2.OCX, they both work fine under Windows 7 now…obscure solution. There is a problem with registering an ocx and some DLLs with Vista. After you install … re-register it. For the ocx problems I had, just reregistering the ocx corrected the issue. The following example… Re: isdesign.ocx and mscomct2.ocx Programming Software Development by Tekmaven … I neglected one important thing. You must register the OCX's on each computer with RegServer. The command is: …[CODE]regsvr32 C:\Path\To\whatever.ocx[/CODE] Incase soemthing gets messed up, to unregister the… OCX: [CODE]regsvr32 -u C:\Path\To\whatever.ocx[/CODE] Concerning licences, you would… Re: Register OCX in Windows 7 Hardware and Software Microsoft Windows by ITSVPS … administrator? Have you tried creating a COM package for your OCX? Can you check permissions on this COM package? [QUOTE=…7 without too many problems, I'm struggling to get OCX's to register. I have created a simple user …accessing registry. This implies I cannot even create user controls / OCX's in VB6 on Windows 7. Strange thing is when… Video conferencing..ocx problem Programming Software Development by varun.coolmax … sample code but the thing is it requires an OCX....and damm these ocx are costly to register...is there anyway i… can get hold of Ocx for free....or can anyone just help me to make… my own Ocx for video conferencing...plzzz rep.....am eager to find out… How do I get msi net installer to register 3rd party ocx Programming Software Development by x38class …an app on XP which uses a 3rd party ocx > imageviewer2.ocx In development it works fine but program does …on a vista machine I presume it is because the ocx is not registered I can register it with regsvr32 … which creates the installer package which will automatically register the ocx in vista? (and presumably on another xp machine if… Re: Register OCX file Error Hardware and Software Microsoft Windows by Henry Schubel …obscure solution. There is a problem with registering an ocx and some DLLs with Vista. After you install … re-register it. For the ocx problems I had, just reregistering the ocx corrected the issue. The following example…and enter... RegSvr32 msflxgrd.ocs /U The ocx should UNregister. Then immediately.... Regsvr32 msflxgrd… Register OCX in Windows 7 Hardware and Software Microsoft Windows by MPSDUDE … 7 without too many problems, I'm struggling to get OCX's to register. I have created a simple user control… project to the Windwo7 PC and the ocx will not register. When I rebuild the OCX I get the error msg: Error… accessing registry. This implies I cannot even create user controls / OCX's in VB6 on Windows 7. Strange thing is when… Re: Register OCX in Windows 7 Hardware and Software Microsoft Windows by wgregg … 7 without too many problems, I'm struggling to get OCX's to register. I have created a simple user control… project to the Windwo7 PC and the ocx will not register. When I rebuild the OCX I get the error msg: Error… accessing registry. This implies I cannot even create user controls / OCX's in VB6 on Windows 7. Strange thing is when… isdesign.ocx and mscomct2.ocx Programming Software Development by I_Byte … up with this solution: I needed to istall isdesign.ocx and mscomct2.ocx. I am not sure what these objects are or… what they do? Where can I learn more about .ocx and what their purpose is? :roll: Re: Video conferencing..ocx problem Programming Software Development by hkdani [QUOTE]is there anyway i can get hold of Ocx for free....or can anyone just help me to make …my own Ocx for video conferencing...plzzz rep.....am eager to find out… desire. You have asked for help to develop your own ocx. So there must be hope. Hence, I am willing to… mscomct2.ocx Programming Software Development by GraveyDice …based application no longer works. I experimented with distributing the ocx file with the excel based application, and this worked for…I am pursuing is registry setting changes that allows the ocx file to operate on a public drive and not …advise me if there is a way to make mscomct2.ocx operate from a shared/public drive without self-installing … MSGRID.GRID and grid32.ocx Programming Software Development by complete … research and I think that this means that the ocx file, grid32.ocx, needs to be loaded. I did a search of… was missing. The only thing close to it was dbgrid32.ocx. Is this the same thing? If so, how do I… Register OCX file Error Hardware and Software Microsoft Windows by sganandhsg … install vb6.0 and run Progressbar.ocx file couldn't loading, so i download progressbar.ocx and register for using regsvr32.exe… of error occuring(this module"c:\windows\system32\progressbar.ocx" was loaded but the call to dllregisterserver failed with… Re: Register OCX in Windows 7 Hardware and Software Microsoft Windows by MPSDUDE It's an X86 machine, I am running as administrator and I tried registering with and without UAC. The issue is I can compile this OCX and register it in XP, but not in Windows 7. If I add the user control to the project and compile it, no problem. I just cannot compile the user control as an OCX. Component comdlg32.ocx or one of its dependencies not correctly registered: Programming Software Development by PM312 Component comdlg32.ocx or one of its dependencies not correctly registered: a file … application on my friends pc . I copied this file COMDLG32.OCX’ from my laptop and tried to paste on that pc… below error This folder already contains a file named ‘COMDLG32.OCX’, WOULD YOU LIKE TO REPLACE THIS. What would be the… Re: Component comdlg32.ocx or one of its dependencies not correctly registered: Programming Software Development by Ancient Dragon … could render your computer unusable if you replace an existing ocx with an older version. Have you tried to re-register…&sclient=psy-ab&q=how+to+register+an+ocx+in+windows+7&oq=how+to+register+an+ocs… Re: Register OCX in Windows 7 Hardware and Software Microsoft Windows by salieskan Re: Register mscomct2.ocx on windows 7 32 bit i got this by run the cmd (run as administrator) then c:\windows\system32> regsvr32 mscomct2.ocx the file registered.