Results 1 to 2 of 2

Thread: Window Hooks?

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2000
    Posts
    33
    Is there any way that i can setup a system hook taht will tell my program when a new window has been opened and its respective handle?

    ~~Jeff

  2. #2
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    Yes there is. But in order to set a system hook the hook function has to reside in a standard DLL so every process can access it. The dll can't be made in VB it can be made in C++.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

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