Results 1 to 5 of 5

Thread: WndProc for a console window

  1. #1

    Thread Starter
    Fanatic Member nabeels786's Avatar
    Join Date
    Jul 2001
    Location
    New York
    Posts
    919

    WndProc for a console window

    If possible, I wanna get the handle for my console window and catch all of the messages going to my window...can I do that?
    Visit www.fragblast.com
    Gaming, forums, and a online RPG/Battle system




    (__Flagg) DOT NET? is this a Hindi Dating service?

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Install a message hook for your process. (Does not need to be in a dll)
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3

    Thread Starter
    Fanatic Member nabeels786's Avatar
    Join Date
    Jul 2001
    Location
    New York
    Posts
    919
    how do i do that?
    Visit www.fragblast.com
    Gaming, forums, and a online RPG/Battle system




    (__Flagg) DOT NET? is this a Hindi Dating service?

  4. #4
    Addicted Member
    Join Date
    May 2001
    Location
    UK
    Posts
    222

    Windows Hooks

    Heres an article on MSDN that i used when i played with them:
    http://msdn.microsoft.com/library/de...dn_hooks32.asp

    Parksie wrote this as well which might be useful, just install keyboard and mouse hooks, but i'm sure you'll get the idea!

    http://www.vbforums.com/showthread.p...hreadid=103058

  5. #5
    Addicted Member
    Join Date
    May 2001
    Location
    UK
    Posts
    222

    tell a lie

    heres the link to the one parksie did for me:

    http://www.vbforums.com/attachment.php?s=&postid=453377

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