ActiveX Control Problem

When I Generate Primary Layout and View Results I get my
project in a browser (IE7) and a message telling me that IE has
restricted the webpage from running scripts or ActiveX controls. I
have to Allow Blocked Content to see my finished product properly.
I am using the BeautifulVistas-WH-Generic skin, but I don't
see that until I Allow Blocked Content. Prior to that, I see a more
generic looking skin. All add-ins are enabled, and my security
settings are set to low. How can I avoid this?

Sounds like you are viewing webhelp locally without Mark of
the Web inserted. That will not happen to the end users as they
will view the help from a server.
You can either add MOTW or set IE to allow the blocked
content if you want to view it locally.

Similar Messages

  • Acrobat Reader 9.1 ActiveX control problems

    We have an application written in VB.NET 2005 which displays a PDF file using embedded ActiveX control from Acrobat Reader (using AcroPDF.dll).
    The code to open the file is very simple:
    Me.AxAcroPDF1.LoadFile(_path)
    The application was compiled on the machine that had Acrobat Reader 8 installed and distributed. The users also had Acrobat 8 installed.
    Some of the users upgraded to Acrobat 9.1. I understand that it shouldn't really matter as the ActiveX control from 9.1 should be backward compatible.
    Yet some users cannot open the file and receive the following error message:
    "Error HRESULT E_FAIL has been returned from a call to a COM component"
    Some other users can open the file but have the following message when closing the application (which calls Me.AxAcroPDF1.Dispose() ):
    "The instruction at "0x0700609c" referenced memory at "0x00000014". The memory could not be "read"."
    What can cause those problems? How can I fix them?

    OK, no one responsed to my questions but I found answers for them so I thought I might put them here for those interested.
    As for "HRESULT E_FAIL" message, all that was wrong was the "Display PDF in browser" option in Adobe Reader preferences. It needs to be ticked. A bit weird but considering that it uses the same OCX in a web browser, it makes some sense.
    As for the memory issues message, I need to unload libraries manually before exiting the application (as suggested in some other thread in this forum):
    <DllImport("ole32.dll")> _ 
    Friend Shared Sub CoFreeUnusedLibraries() 
    End Sub
    Me .AxAcroPDF1.Dispose()UnmanagedCode.CoFreeUnusedLibraries()

  • Acrobat X ActiveX Control problem

    Hello,
    we embed Acrobat Reader X in our application to view PDF Files. We use the Acrobat Reader Active X Control for that. Recently we started to get report about problems with the plugin and do not know what to search for. It seems that when used as ActiceX Control, Acrobat Reader is not loading the document correctly which makes find operations or signature checks hang forever. Also no thumbnails are created in Thumbnails View (just an empty white page). Opening the same file in reader directly works OK with no issues. Any ideas what to look for? The same code works perfectly with older versions of Acrobat ActiveX Control.
    Here some screenshots from a sample application we created to test the issue:
    1) No Thumbnails - only white pages
    2) No signature - although the document is signed
    3) When pressing 'Verify All' on the signatures panel - the following message appears (it basically states: "for this operation, the whole document needs to be downloaded") - but the document is local and has been loaded. Pressing OK makes it hang forever.
    A similar problem happens when using CTRL+F - i can enter a search, but then it hangs forever saying that page 1 of x is searched. Probably the same issues that the Active X controls thinks it needs to download something.
    Here the code we use to create the control and load the file:
    m_pPdf = new CAcroAXDocShim;
         CRect r; GetClientRect(r); r.bottom -= 50;
         if (!m_pPdf->Create(_T("AdobeWnd"), WS_CHILD | WS_VISIBLE, r, this, 12345))
              delete m_pPdf;
              m_pPdf = NULL;
         m_pPdf->LoadFile (_T("d:\\temp\\Thea7b2.pdf"));
    Anyone experienced something similar?
    Any help or feedback would be greatly appeciated.
    Thanks,
    Wolfgang

    Same problem here with 10.1.0.
    No new information about a fix/update/solution????
    Regards,
    Andreas

  • Internet Explorer ActiveX control problems

    I want to use the IE4 ActiveX control to launch some web apps from a Forte
    app.
    The error I'm getting is:
    USER ERROR: The ActiveX Control Class supplied by the application is named
    'InternetExplorer' and has a CLASSID of
    '{0002DF01-0000-0000-C000-000000000046}'. This does not match the OLE
    object
    embedded within the OLEField which is named 'Shell.Explorer.2' and has a
    CLASSID of '{8856F961-340A-11D0-A96B-00C04FD705A2}'.
    These are the steps I took to get the ActiveX control into the app.
    1. olegen -it shdocvw.dll -of shdocvw.pex
    2. Imported shdocvw.pex.
    3. Fixed comile errors - had to delete some attributes and comment out
    references to those attributes to get it to compile.
    4. In Window Manager - added a new ActiveX field.
    Attribute name = IE4ActiveX
    Mapped Type = ShDocVw.InternetExplorer
    5. Display method code:
    self.Open();
    event loop
    when task.Shutdown do
    exit;
    when <launchBtn>.Click do
    self.<IE4ActiveX>.oleobjectvalue =
    myInternetExplorer;
    myInternetExplorer.Navigate( URL =
    'www.forte.com',Flags = NIL,TargetFrameName = NIL,PostData = NIL,Headers =
    NIL,_result = NIL);
    when <exitBtn>.Click do
    exit;
    end event;
    self
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Update to 8.0.2, please.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Soc4me3" <[email protected]> wrote in
    message
    news:eiedp1$hik$[email protected]..
    > Hi,
    > I have a website with a members area and login and had
    it working
    > perfectly
    > until my friend told me he could not access it from his
    new Internet
    > Explorer
    > 7.0. When he logs in it just tells him he is not putting
    in the right
    > password
    > but if he does it on my internet explorer it works. Can
    someone help me
    > fix
    > this major problem. Thanks.
    > -Chris
    >

  • Microsoft Word Templates and ActiveX Control Problems

    Hi,
    I am experiencing a strange problem in Microsoft Word. I am writing a VBA application which displays a cwgraph in a form. If I add the graph to a form in the Normal.dot template the control is fine. If I add the graph to a form in a new template (where all my code is) the graph displays evaluation copy. The graph in the Normal.dot template is fine and displays without the licensing information and in the properties it displays the correct licence code etc.
    Has anyone experienced this before and got any suggestions.
    Thanks in advance.
    Regards.
    Joe

    Jon.
    Thanks for the reply. I have already run the license fixer utility and it does not locate any broken licenses. I have also uninstalled everything and deleted cwui.ocx in System32, then reinstalled and tried again. The strange thing is that it works in Visual Basic standalone, in the normal.dot template in Word. It just doesn't work in a different template file.
    Thanks.
    Joe

  • ActiveX control Problem with Froms 6.0.8.11.3

    Hi,
    I am using Oracle Forms 6.0.8.11.3 version on windows XP.
    I am inserting the activex object in the layout and when runing the form the object is not shown.
    After that when i am checking in the design (FMB) file the object is not shown and asking me to reinsert the object.
    Can any body guide me on this? Is there any bugs are there related to this ?
    Thank you
    Gouri

    Yup - Sounds like 593051 which is to do with the licence information used by the ActiveX not being correctly stored with the control. This is fixed in 6.0.8.15.1

  • Problems using ActiveX controls

    Hello all,
    I bought a set of ActiveX controls provided with a installation routine.
    Using those controls within LabView after installing them were no
    problem, but for distribution purpose I have to install those ActiveX
    controls manually.
    So I tried to do it on a separate computer by registering the ActiveX
    controls with regsvr32 [regsvr32 ]. But the attempt to
    start a LabView program where these controls were embedded ended with
    the error message "error opening document" (ole_lv5container) and "error
    510 occurred while loading ActiveX control ..."
    I'm working with Windows NT 4.0 and LabView 5.0f2.
    Does anyone know, what I made wrong?
    Bye, Alexander
    Sent via Deja.com http://www.deja.com/
    Before you
    buy.

    Hello all,
    I bought a set of ActiveX controls provided with a installation routine.
    Using those controls within LabView after installing them were no
    problem, but for distribution purpose I have to install those ActiveX
    controls manually.
    So I tried to do it on a separate computer by registering the ActiveX
    controls with regsvr32 [regsvr32 ]. But the attempt to
    start a LabView program where these controls were embedded ended with
    the error message "error opening document" (ole_lv5container) and "error
    510 occurred while loading ActiveX control ..."
    I'm working with Windows NT 4.0 and LabView 5.0f2.
    Does anyone know, what I made wrong?
    Bye, Alexander
    Sent via Deja.com http://www.deja.com/
    Before you
    buy.

  • Problems with automation open for activex control

    Hi,
    I want to open an ActiveX Control (.ocx-file) with the Automation Open function. This .ocx file was successfully registered by using regsvr32.
    The VI is working fine after using Automation Open and all the contained classes are accessible.
    However, after saving the VI and opening it again the error 2147221164 appears and the program failes - referencing the object new at the Automation Open functions solves the problem, but only till the next reopening of the VI.
    Hope somebody has a solution for this "instability"... 
    Sorry for bothering and thanks for any help!!!

    Hi smercurio_fc,
    originally i had a dll written in c++ which contained classes - i wrapped this in a activex control to have access via labview. Im calling the activex control with the automation open function in same VI in which i am also using property nodes and invoke nodes to have access to the classes and methods...
    But as i told before, it happens that Automation Open fails, when starting the VI again after closing(saving), even so it was working perfectly fine before...
    Thanks for your response... 

  • Color palette problems using Toolbar and ImageList ActiveX Controls

    I'm using Toolbar and ImageList ActiveX controls to implement toolbar functionality in a top-level VI.
    I designed the icons used in the toolbar with a 256 color palette. When I initially added the icon images to the ImageList control and ran the VI, the icons were properly displayed in the toolbar, as expected. After saving VI, exiting LabVIEW, and reloading, it appears that a different palette has been applied to the images in the ImageList control. I'm attaching a screenshot of the problem as well.
    Has anyone encountered this type of problem before? Any suggestions you provide will be greatly appreciated.
    Thanks,
    Zach
    Software Engineer
    OnWafer Technologies, Inc.
    www.onwafer.com
    Attachments:
    icon.zip ‏3 KB

    I'm using Toolbar and ImageList ActiveX controls to implement toolbar functionality in a top-level VI.
    I designed the icons used in the toolbar with a 256 color palette. When I initially added the icon images to the ImageList control and ran the VI, the icons were properly displayed in the toolbar, as expected. After saving VI, exiting LabVIEW, and reloading, it appears that a different palette has been applied to the images in the ImageList control. I'm attaching a screenshot of the problem as well.
    Has anyone encountered this type of problem before? Any suggestions you provide will be greatly appreciated.
    Thanks,
    Zach
    Software Engineer
    OnWafer Technologies, Inc.
    www.onwafer.com
    Attachments:
    icon.zip ‏3 KB

  • Problem with ActiveX control, Microsoft Toolbar Control, version 6.0

    Hi everyone,
    I built a virtual machine on my desktop and installed Windows and Labview.  Everything looks fine. Then when I tried to insert ActiveX control, Microsoft Toolbar Control, version 6.0, in Labview, it says "Class is not licensed for use". 
    By the way, it works perfectly at my desktop enviroment.
    Any idea? Thanks a lot for any help.
    Anne

    There are two different licenses for those controls: a development license and a run-time license. Did you at some point have Visual C/C++/Basic 6.0 installed? If so, that would have installed the development license. That's the license you're missing on the virtual machine. This KB article discusses this issue: http://support.microsoft.com/kb/318597. It relates to using the controls in Visual Studio 2005, but it applies to LabVIEW as well.

  • Integrating custom ActiveX control with SapGUI

    Hi everybody
    I'm in the process of writing a custom MFC based ActiveX control written in C++ that we want to use in a product. I am currently at the point where I can instantiate the control and interact with the various methods that it exposes but I have a problem integrating the control more tightly with the SapGUI e.g. change of colors, fonts etc.
    I want to make the control to reflect the user changes when the user modifies any settings of the SapGUI. I've tried catching various events that are exposed by some of the dictionary classes such as cl_gui_props_consumer=>color_change/global_prop_change and cl_gui_resources=>resources_changed but these events only fire in my control once the PAI of the client program that encapsulates the control fires which is hardly appropriate since it means that the control will have to wait for user input before it will change reflect any changes in user settings.
    I've written a test program for my control and when I change my SapGUI colors the rest of the controls etc on the screen do change color but my control only change color once I've performed some action that fires the PAI. Personally I think the controls written by SAP intergrates with the SapGUI through some interface that is called behind the scenes by the SapGUI since the GUI will have some way of knowing the set of ActiveX controls instantiated inside it  and I cannot find any event in the ABAP controls framework (e.g. CL_GUI_OBJECT, CL_GUI_CONTROL) that will allow this type of integration. I'll be digging for the answer but any suggestions will by greatly appreciated.
    Thank you in advance for any help.
    Kind regards
    Ettienne Hugo

    Hello Ettienne Hugo,
    To get the SAP GUI Theme or font changes events you need to add your MFC application or ActiveX MFC dll into u201CSAP Configuration->Application Tab->Addu201D and u need to call the functions SapHookInit and to stop getting the change events u need to call SapHookExit.(sapfhook.dll provides these functions)
    I tried with exe, never tried with ActiveX MFC dll/ocx. With EXE it works.
    Thanks and Regards,
    Ashwini

  • Excel VBA - ActiveX Control - MonthView not available under ActiveX Toolbox for Windows 8 64bit MS Office 2010

    Hello,
    I have Windows 8, 64bit and Office 2010
    I am trying to get the 'datepicker' (MonthView) ActiveX control toolbox in Excel 2010 as part of a Excel UserForm I have created. I have spent all day trying to find a solution for my problem.
    I opened up the 'more.. ' but the MonthView/datepicker/calendar control is not listed.
    I referred to some articles and confirmed that I do indeed have the mscomct2.ocx file in the C:\Windows\syswow64 folder.
    I followed the instructions as above, opening up the Administrator Command Prompt and changed the directory to C:\Windows\syswow64 and typed in RegSvr32.
    I received a popup screen confirming my registration was successful
    Excel was closed. So I opened Excel and checked out the ActiveX Tool box and clicked on the 'More  Controls', but there was no listing for the Microsoft MonthView control, (nor datepicker/calendar)
    I then downloaded the latest Windows Common Controls 2 6.0 from the following site
    http://support.microsoft.com/kb/297381
    Copied the original file (2008) and saved it elsewhere on the computer for safekeeping.
    Extracted the new mscomct2.ocx.
    Under the C:\Windows\syswow64 I changed the original file properties to allow me to overwrite it with the new file. This worked … old file replaced.
    I then registered the new file via the Administrator Command Prompt (as above) and was notified that it was successful. I rebooted pc and went back into Excel to find the MonthView in the
    ActiveX toolbox, More Controls… and it still wasn’t there …
    I would be very grateful if someone could advise how I can get this control and allow me to use it.
    If I have left out any information that you need to resolve this issue, please advise.
    Cheers,
    TheShyButterfly
    Hope you have a terrific day, theShyButterfly

    Hi George,
    Thank you for checking this out ... :)
    I am using Office 2010 64 bit ...
    I found the
    mscomct2.ocx file originally within the C:\Windows\syswow64 directory (this was an original file .... which I expect was installed via Microsoft at the time of the Office installation.
    As I mentioned above, I followed
    the instructions (same as the ones you suggested), but still no go, even though it stated that the registration was successful ! :(
    Why weren't these features included in the 64 bit ? ... yes, I read the article ... but ... so MS doesn't think that people/developers would be needing this in due course?  I installed the 64bit version because I'm running the Win8 64bit version ...and
    I deal with a lot of large spreadsheets and can't afford to sleep whilst they decide to load.
    If MS included all the other ActiveX controls and some obscure ones, surely some bright spark could have thought that something as useful as MonthView should be included as 'basic' necessity when dealing with forms and sheets?
    Perhaps you could pass the suggestion up the line .... there are a lot of other people out there having the same problem ... I found heaps when I was looking for a solution.
    Sorry, I'm not having a go at you, but just incredibly frustrated .... the amount of lost productivity directly cause by trying to find a solution that doesn't exist ... it's been at least a good solid 24 hours.
    But thank you for taking the time to review my post and your suggestion. It's unfortunate that because you are part of the organisation ... you tend to cop some slack from frustrated people like myself.
    In relation to the pictures/screen dumps, 2 of them made it (I can see them in my post) ... one I deliberately left out because there was nothing on there that showed anything other than the rest of the 'More Controls' - nothing to do with the MonthView.
    Please feel free to escalate this to the powers that be ... and hopefully enough people will join the voice so a change can be made (I can dream ... can't I?)
    I've taken a screen dump of the Forms/ActiveX toolbox.
    I don't know what the next step is ... I guess you'd be able to advise.
    Cheers,
    TheShyButterfly
    Hope you have a terrific day, theShyButterfly

  • Unable to print crystal report over web using ActiveX Control

    Post Author: jimmyp
    CA Forum: General
    We have a problem with printing crystal report over web using ActiveX Control.  When clicking print button, it only shows a blank dialog web crystal viewer page without any error.  The page just simply hangs.  We installed the PrintControl DLL and enable all the security setting for ActiveX Control for IE.  It still does not print.  Does anyone know why?  
    Environment.
    Bundle Crystal Report v10
    Asp.net 2.0
    IE 6.0 or higher.
    Appreciate for your help.
    Jimmy

    Post Author: Ian Kulmatycki
    CA Forum: General
    A team member here found this, I haven't read it, I'm not sure if our problems are related to this, but hopefully it helps someone:
    -ian
    When Secure Sockets Layer (SSL) is enabled, using the ActiveX control to print reports from a Crystal 10 DHTML viewer results in the following error message:
    "A communication error occurred, printing will be stopped."
    How can this error message be resolved?
    Resolution
    This is a known issue with Crystal Reports 10 and Crystal Enterprise 10 viewers and has been tracked. The Track ID is ADAPT00282199.
    This error occurs due to the receiving application performing a case-sensitive check for the HTTPS request header value "ON". When a sender application sends the value as "on" in lower case, the error occurs. The update below changes the receiving application to be case-insensitive.
    Hot Fixes or Service Packs address this issue as indicated below. With the updates, this issue is resolved.
    Unless indicated otherwise, Weekly Hot Fix updates from our FTP site have only been tested with English versions of products.
    For Crystal Reports 10 and Crystal Enterprise 10, the update for this issue is included in the Crystal 10 Viewers Weekly Hot Fix (WHF). This is available in English only at the following location:
    ftp://ftp.crystaldecisions.com/outgoing/EHF/viewers10win_en.zip
    This issue is addressed in the following components (and later versions):
    PageObjectModel.dll, version 10.0.5.785, dated 8/25/2004
    ReportRenderer.dll, version 10.0.5.785, dated 8/25/2004
    WebReporting.dll, version 10.0.5.785, dated 8/25/2004

  • "the activex control for flash player could not be registered" - Solutions Roundup

    I recently ran into this problem on my computer:
    http://at32.s3.amazonaws.com/flash_install_problems2.jpg
    I am a Flash developer (as in I write SWFs, I don't work for Adobe).  and when I updated IE to 10.2, "the activex control for flash player could not be registered".  Since I am a developer, I also have Firefox and Chrome installed, with Flash running without problems.  For a long time now, Internet Explorer has used a different version (ActiveX) to the other browsers, which use plugins.  I am a strong supporter of Flash, it's great to develop with and has a very wide feature set which is growing all the time, unlike fixed technologies/standards.  However, the weakest part is the install process - I don't understand why their is a Download Manager.  Google Chrome does it's best (so far) by managing the install/update process entirely in the background.  Anyway, it was in my best interest to try and get to the bottom of this.
    For the record, on the problem machine I have Windows 7 with IE8, but I have seen almost  identical symptoms with IE9, Windows XP SP3, as well as various  iterations of Flash Player (10.0, 10.1, 10.2 and even some final  editions of version 9).
    First I tried the standard support here:
    http://kb2.adobe.com/cps/191/tn_19166.html
    Basically, doing the manual uninstall and manual install of the latest version (without using the download manager, or have IE open).  This did not work.  I also tried the Microsoft "subinacl" program, together with "reset_fp10.bat".  This didn't work either.  However, you should try all of these things first before progressing further.
    A quick note about people who had tried running the following at a command prompt: "secedit /configure /cfg %windir%\repair\secsetup.inf /db secsetup.sdb /verbose"
    I didn't do this, because on investigating further it didn't seem to work with Windows 7, only Windows XP, Windows 2000 or Windows 2003 - though there was a few threads where this had fixed the problem for some users.
    For my solution, it is recommended you use the manual uninstall / installers, so you should have them downloaded ready to use.
    I then heard about problems with permissions in the registry with the key: HKEY_LOCAL_MACHINE\Software\Classes\shockwaveflash.shockwave
    So I opened regedit.exe (start - run - typed "regedit.exe"), navigated to the key and sure enough, I couldn't open it - permission denied - even though I had an administrator account.  If for some reason, you can access this key (and any subkeys), then it's likely the following fix will not resolve the problem.
    I then done further diagnosis, by using Process Monitor to try and install Flash Player, and I got the following:
    http://at32.s3.amazonaws.com/flash_install_problems.gif
    This shows all the access denied errors the Flash Player install was experiencing when trying to write to the registry key.  This confirmed that this was the problem.  I only stress this because several people said it was unwise to tinker with the registry.  Though this is common advice, this is the only known fix for this precise problem at present, since you need to manually adjust the permissions yourself.  I don't know who is at fault here - Microsoft or Adobe - but let's just get Flash fixed...
    The solution:
    Firstly, you may want to backup your registry, or the exact key.  I didn't do this so I've provided no instructions on how to, but it is recommended for the paranoid.  Also make sure as much software is closed down as possible - browsers, IM software, any junk in your system tray. As way of example, I happened to have "BBC iPlayer" installed and running in the background which uses Adobe AIR and Flash Player, so I exited that too.
    1) Open regedit (start - run - type "regedit.exe").  You may need to right click on it and select "Run As Administrator", but I didn't as my account was already administrator.
    2) Navigate to the key. HKEY_LOCAL_MACHINE\Software\Classes\shockwaveflash.shockwave
    Click on it to confirm that you cannot access it (you will get an error) - if their are no problems - this probably isn't the cause of your issues.
    3) Right click on it and click Permissions, and ignore any message that may pop up.
    4) Under "Group or Usernames" click "Add".  Type your account name name, or "Administrators" in the box, then "Check Names" to format it correctly, then Ok.
    5) Now on the next screen click the checkbox to enable Full Control (this will also automatically enable "Read" permission too).
    6) Click Advanced, then the "Owner" tab at the top.  You will see that their is no "Current Owner".  This is what we will now fix.
    7) Click on your name to change the owner to (I went for Administrators).  Also enable the checkbox entitled "Replace Owner on subcontainers and objects".  Then click Ok.  You will get an error message, which you can try clicking Retry to, but hit Cancel - this is not a problem.
    8) Click Ok a couple of times and this part of your registry is now fixed.
    9) Now it's a simple case of running the manual Flash uninstall program, then finally the manual Flash installer (for Active X - not the Firefox/Chrome plugin versions).  To my surprise, after a couple of days looking into this - I finally had a solution and Flash in IE once more.  If you are using Firefox too you may find Flash is no longer installed their (the uninstaller removed it).  In this case just install via the Adobe site or try to watch a video on You Tube and you will be prompted or linked to the install.
    Hope this provides a good round up of the possible solutions to this problem.  Hopefully Microsoft or Adobe can find out what causes this issue in the first place so we don't have to go down this route for much longer.  Chrome's implementation of Flash shows how effortlessly things can work!

    They will stay on the screen.  However, Process Monitor is only intended for advanced users.  It is recommended that users try to navigate to the troublesome registry key using regedit, and see if they can access it or not without an error.  This is far easier than trying to use Process Monitor, which is very complicated.
    I used Process Monitor to confirm that it was just that key which was causing the problem, and not others.  Process Monitor is not to be confused with the new Resource Monitor which is accessible via Task Manager in Windows 7 (and possibly Vista).  If you must experiment (and Process Monitor is very useful for diagnosing many deep-level problems if you know what you're looking for) Process Monitor can be downloaded from here:
    http://technet.microsoft.com/en-us/sysinternals/bb896645
    It replaces the older Sysinternals "FileMon" and "RegMon".  For those interested in the technical side, I had to setup a number of filters to be able to get the results display as in the screenshot.  First of all to just show Registry events.  Then to just show events from the manual Flash activeX installer executable.  The I added a filter to show only non-successfull results.  And finally, for the purposes of the screenshot, added a filter to just show those with "Access Denied", since other non-critical errors are also picked up due to missing keys because installation has not yet been fully completed I guess.   When experimenting, most of these filters were applied using the "is not" boolean logic, which will make sense if you experiment with the program.
    Without adding any filters, it picks up so many events (hundreds per second) that it's otherwise unusable.  e.g. 40,000 events within the first few seconds of opening the program. For this reason, I recommend simply using Regedit to diagnose the problem with the particular Flash registry key.

  • One or more activex controls could not be displayed because either

    Hi.
    I don't know if this is the right forum for my problem.
    Anyway,
    I have a problem with my Windows Services.
    Each time when I launch Windows Services window, I get a warning:
    One or more activex controls could not be displayed because either:
    1. your current security settings prohibit running activex
    controls on this page, or
    2. you have blocked a publisher of one of the controls.
    as a result, the page may not display correctly.
    The warning pop-up opens only when I click on Extended tab.
    The problem has nothing to do with IE security, because I can open pages with ActiveX controls on them and so.
    I have installed Spybot spyware/malware removal tool. Then uninstalled it.
    I'm not sure if this is the cause of the problem. But I presume it is.
    So, may be someone was facing the same problem and knows the cause for it.
    Thanks.

    Unlike the rubbish that was stated before this post, this one works.  This is the solution and Jishnu is brilliant.  Thanks a million, friend.
    Try to follow the KB article (KB907343).
    1.     
    Click Start, click Run, type regedit, and then click OK.
    2.     
    Expand the following registry subkey:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0
    3.     
    In the right pane, right-click 1200, and then click Modify.
    4.     
    In the Value data box, type either 1 or 0 to overwrite the existing value of 3. Then, click OK.
    Note If you type 1 in the Value data box, you will receive the following prompt when you start Microsoft Project:
    Do you want to allow software such as ActiveX controls and plug-ins to run?Additionally, you will receive this prompt at other times when you use Microsoft
    Project. If you do not want to receive this prompt, type 0 in the Value data box.
    The values 0, 1, and 3 are associated with the following behavior:
    0 = Enabled, or the action is permitted
    1 = Prompt
    3 = Disabled, or the action is not permitted
    5.     
    Quit Registry Editor.
    IF this does not works try to check the Internet Options..
    Try to reset the Internet Explorer.
    1. Click on
    Start & run.
    2. Type inetcpl.cpl & click
    ok
    3. Click on Advance Tab & click on
    Reset (Make sure to put the check mark on the delete the personal setting for IE8) then again
    reset.
    4. Click
    close.
    This should work.

Maybe you are looking for

  • HT201263 iPod is disabled-try again in 22,300,114 minutes

    My son changed his lock passcode and then couldn't remember what he changed it to. Now his ipod touch says " ipod is disabled--try again in 22,300,114 minutes which calculates out to roughly over 12 years! Is there any way to fix it? When I hook it u

  • Oracle OpenWorld 2011 - Presentations available for download

    There were many OPA presentations at Oracle OpenWorld San Francisco in October 2011. To make them easy to find, I've put together a set of direct links to download each of the publicly available presentations: Automate CRM Business Rules for Maximum

  • Keyboard vol. keys sometimes don't work after 10.4.8 update.

    After updating to 10.4.8, my keyboard vol. & mute keys work sometimes and sometimes not. I think it may have to do with the order I do things after startup. They either work the rest of the time until I shut down the computer or they don't (the statu

  • What is it unlocked from?

    Looking to purchase new ipad air. some ads state factory unlocked, others do not. Can you explain in detail what is the ipad locked from? Do they all come locked before you can use them or what are you unlocking. I don't understand?

  • Regd Netweaver Certification

    Hi All, I am planning to take SAP Netweaver 2004s certification this year. Can anyone please inform me as to what topics are covered as part of Certification questions ? Also please let me know the modules SAP Netweaver 2004s covers ? Thanks in advan