CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 1999
    Posts
    3

    Sending Keystokes to another Application

    I'm trying to write an application that will send a keystroke to another application at fixed intervals.

    It's like opening Internet Explorer and at every 5 minutes interval, I would like to refresh the screen. So I have to simulate a keystroke to IE.

    Hope somebody can teach me how to do that.


    Thanks in advance,
    Derrick


  2. #2
    Join Date
    May 1999
    Location
    Farnborough, Hants, England
    Posts
    710

    Re: Sending Keystokes to another Application

    This topic has recently been covered in detail. Please follow this link to see the start of that thread:

    http://www.codeguru.net/bbs/wt/showp...ory=#Post11637

    --
    Jason Teagle
    [email protected]

  3. #3
    Join Date
    May 1999
    Posts
    3

    Re: Sending Keystokes to another Application

    Thanks Jason




  4. #4
    Join Date
    Sep 2000
    Location
    Indianapolis
    Posts
    6,758

    Re: Re: Sending Keystokes to another Application

    This is a link to the old board system so it will no longer work.



    Originally posted by Jason Teagle
    This topic has recently been covered in detail. Please follow this link to see the start of that thread:

    http://www.codeguru.net/bbs/wt/showp...ory=#Post11637


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