Results 1 to 2 of 2

Thread: To Execute Code Under Command Button Using API

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2002
    Posts
    1

    To Execute Code Under Command Button Using API

    Hi,
    I have two application in which i want to execute one application's command button click event using another application so how can i do using api.

    If u have any idea pls tell me.

    Thanks.

    Mehul

  2. #2
    Megatron
    Guest
    Use PostMessage to send the BM_CLICK message to the window.

    To get the handle of the window, use the FindWindowEx function.

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