Thread: do c++ have anything like sendkeys()?

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    117

    do c++ have anything like sendkeys()?

    do c++ have such command that you can send keys to the window interface? like vb do??

  2. #2
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    You can use SendMessage(). Look up the details in your helpfiles or at MSDN
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. usin sendkeys
    By -11Reaper11- in forum C++ Programming
    Replies: 1
    Last Post: 04-30-2006, 10:33 AM
  2. SendKeys question
    By willc0de4food in forum Windows Programming
    Replies: 6
    Last Post: 02-23-2006, 08:34 AM