Proposed Answer Get access to userdata behavior data

  • Tuesday, February 14, 2012 8:01 AM
     
     

    Hello!

    How can I get access and enumerate data that has been saved in IE #userdata behavior with C++ or C#?

All Replies

  • Tuesday, February 14, 2012 10:55 AM
     
     
    Try to find in google. Google has answer of all question.

    desktop pc

  • Wednesday, February 15, 2012 6:37 AM
     
     

    Google has no answer for that...

    I don't know userdata keys (and these dost not appear in current page content), how can I get it all, associated with current page?

  • Thursday, February 16, 2012 8:51 AM
    Moderator
     
     Proposed Answer

    Hello,

    There is a protected mode in BHO programming to protect the user private information.

    Protected Mode accomplishes this goal using the integrity mechanisms of Windows Vista which restrict access to processes, files, and registry keys with higher integrity levels.

    If you want to access some information in target machine, you need to follow that limit

    For more information you can see this document.
    http://msdn.microsoft.com/en-us/library/ie/ms537319(v=vs.85).aspx

    Best regards,
    Jesse


    Jesse Jiang [MSFT]
    MSDN Community Support | Feedback to us