Thread: Sending keystrokes to another view

  1. #1
    Registered User
    Join Date
    Aug 2007
    Posts
    1

    Question Sending keystrokes to another view

    I have a simple application with two splitter views. I want to send keystrokes to an edit control in view1 by clicking a button in the view2.

    I have been able to send keystrokes to another window but sending keystrokes to another view of the same window doesn't seem to work.

    Need urgent help.

    Azeem Anwer

  2. #2
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    That would require platform specific windowing routines (If that kind of thing is available), or even maybe even a separate windowing library altogether.

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    This is very dependent on what you are using. MFC provides methods to do exactly what you want but if you are not using MFC describing how to do it here is pointless.

    Need more info.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. sending a string as keyboard keystrokes wrongly
    By hanhao in forum C++ Programming
    Replies: 1
    Last Post: 06-29-2007, 07:49 AM
  2. Sending keystrokes
    By chris1985 in forum Windows Programming
    Replies: 4
    Last Post: 12-20-2004, 01:26 PM
  3. Sending keystrokes
    By nate11000 in forum C++ Programming
    Replies: 17
    Last Post: 06-15-2003, 09:31 PM
  4. Sending Keystrokes
    By evilmonkey in forum C++ Programming
    Replies: 1
    Last Post: 01-31-2002, 01:18 PM
  5. Sending keystrokes to window?(PLEASE ANSWER!)
    By SyntaxBubble in forum Windows Programming
    Replies: 5
    Last Post: 11-24-2001, 09:28 AM