CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2000
    Posts
    2

    Accessing Registry through The Activex Control

    Hi

    I have an ActiveX control in VB. There is a Databroker on the Server which is again a DLL written in VB/C++. The Activex Control calls a function in the DLL which reads information from the Registry on the Server.
    But RegOpenKeyEx method fails and I get a message which says that "The Security options does not allow this operation"

    Kindly let me know how I accomplish this task of reading registry
    Thanks
    Anand



  2. #2
    Join Date
    Jan 2000
    Location
    Belgium / Europe
    Posts
    8

    Re: Accessing Registry through The Activex Control

    you are using some part of DCOM , now there is are also security setting possible for com comp. And this includes if they can access the registry on te server.
    Look for a tool that is located on the server named dcomcnfg.exe. This thing will allow you to specifie reg access for clients.

    See You


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured