Results 1 to 2 of 2

Thread: wm_ controls and controlling other windows

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2003
    Location
    Worcester, MA
    Posts
    782

    wm_ controls and controlling other windows

    I have searched a bit about the wm_controls and I want some help on controling other windows and sending text to them if you know the control name. Can someone give me a site or some code to start fooling around with? It looks pretty interesting.
    C#.net, VB, C++, Java, VS 2005/2008
    Dont' forget to rate posts that are helpful to you.

  2. #2
    Frenzied Member Shawn N's Avatar
    Join Date
    Dec 2001
    Location
    Houston
    Posts
    1,631
    Look through some of my recent posts. I posted an example of how to press buttons on Window's calculator app.

    You're going to need to use FindWindow, FindWindowEx, SendMessage. Your WM (Windows Message) will depend on what you want to do.

    You'll also have some cases where you can work with a window without having to use SendMessage/WMs. You'll always have to use FindWindow and probably have to use FindWindowEx.
    Please rate my post.

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