CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: change the Keybord Input

    Quote Originally Posted by shail2k4 View Post
    Everything is resolved for the Window Based Application, the need was to use WH_GETMESSAGE.

    Now only one thing is that its not working for DOS based application.
    I guess it is because there is no message pump in a DOS based application?
    Victor Nijegorodov

  2. #17
    Join Date
    Jun 2006
    Posts
    148

    Re: change the Keybord Input

    Quote Originally Posted by VictorN View Post
    I guess it is because there is no message pump in a DOS based application?
    Is there any way for the DOS based applications?

    It is possible because I have seen an application on the internet named "KeyStroke Converter" which changes the keyboard input in the Window and DOS based applications.

    Regards,
    Shail2k4

  3. #18
    Join Date
    Jun 2006
    Posts
    148

    Re: change the Keybord Input

    Is it possible to use WH_KEYBOARD_LL hook in visual C++ 6.0?

  4. #19
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: change the Keybord Input

    Yes, of course!
    Requirements
    Windows NT/2000: Requires Windows NT 4.0 SP3 or later.
    Windows 95/98: Unsupported.
    Header: Declared in Winuser.h; include Windows.h.
    Victor Nijegorodov

Page 2 of 2 FirstFirst 12

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