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

    Post c++ google chrome event sink/listener

    can anyone help me on how to connect to google chrome. i would like to build a standalone c++ application(probably a dll) that would list events done by the browser.Probably like the BHO implementation of IE.

    can anyone give the first thing or steps to do about it?!

    thanks alot help much appreciated

    PS: i already have known that google chrome is supporting MSSA.

  2. #2
    Join Date
    Apr 2000
    Location
    Belgium (Europe)
    Posts
    4,626

    Re: c++ google chrome event sink/listener

    I'd say the best way to ask is on the google chrome dev forums. If they have a BHO like API, then there's bound to be examples for it in the SDK.

Tags for this Thread

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