topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 11:58 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: SPY++ for Webkit and wxWindows?  (Read 3467 times)

electronixtar

  • Member
  • Joined in 2007
  • **
  • Posts: 141
    • View Profile
    • Donate to Member
SPY++ for Webkit and wxWindows?
« on: October 15, 2008, 03:03 AM »
I often use SPY++ or SPY++ like tools to 'look into' controls of standard win32 program window, I can grab text from a SysListBox, TextBox, even a MSHTML control. Example, using spy4win to grab the HTML in a Google Talk desktop client chat window, you can find GTalk actually implemented a internal Async Pluggable Protocol called "widget". When you open a transfered file, it invokes "widget:open", when you open the folder contains the file, it calls "widget:show". Very interesting hack.

But since more and more apps are written using webkit, wxWindows or XUL, is there any Spy++ tool for those?