HwndSpy

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #174828
    Departure
    Member

    Here is a small application that works the same as most spy programs, This program will be featured as one of the projects we build in the up coming “Paltalk Programming” video tutorials we have planned.

    Below is a screenshot and small instructions on how to use…
    HwndSpy

    Note:
    This is not the finished product, but is just an example of some of the tutorials we planned for the Paltalk programming community.

    //UPDATE
    * Fixed no refreshing framing of window while mouse is over
    * Automatically Finds the handle in treeview after mouse up event
    * Removed “Find” button, not needed
    * Renamed “Get Handles” to Refresh, you don’t need to use refresh as its Auto refresh on mouse up even
    * Show only Non owned and visible top level window only(waste of time showing Owned and hidden windows)
    * Compiled for X86(X64 previous) to work on all systems
    * minor code changes and speed improvements

    #174834
    AhFox
    Member

    Very good (Y) thanks

    #174833
    ChiNa
    Administrator

    Wuw…. I cant believe you made such a helping tool that also showes titles of the Buttons.. Awesome release bro… I missed this Post today… And I was looking for something like this for a long time, because the other Spy++ does not show text.. And I am able to copy the text as well … Very simple and easy..

    Thank youuuuuuuuu very much, I just tested it and it works great… I cant wait to start using it 😀

    I have a question, What is the DlgCtrlID used for?
    Thanks in advance

    #174832
    Departure
    Member

    you could use it to find handles for the controls / windows, Chike shows an example here how to use it

    Anyway once we get the tutorials going it will be explained more……

    #174831
    ChiNa
    Administrator

    @Departure wrote:

    you could use it to find handles for the controls / windows, Chike shows an example here how to use it

    Anyway once we get the tutorials going it will be explained more……

    Thanks a lot bro! I missed really some great tools! I guess because I started later on getting interesting in programing!

    #174830
    Departure
    Member

    Updated, read the original post for info what has been updated….

    Worth downloading again if you are using it as one of your tools…..

    #174829
    ChiNa
    Administrator

    Thanks Bro! Got the new Update! Good fixes and very usefull !

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.