CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Accelerators

  1. #1
    Join Date
    May 1999
    Posts
    30

    Accelerators



    Is there any way to send a message to a window a Accelerator message, this window dose not belong to my application (I alredy have the handle for that window).


    Thanx

  2. #2
    Join Date
    May 1999
    Location
    Sydney, Australia
    Posts
    420

    Re: Accelerators



    send a WM_KEYDOWN/WM_KEYUP message

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