Related resources for SendMessage
  • Clicking a Button in Another Application12/15/2012 1:22:04 AM. This article provides a simple sample of an application that clicks a button in another application.
  • Usage of system hotkeys and window messages in C#6/11/2010 4:28:36 AM. This article will show how to register a system hotkey for a currently running application and how to handle window messages for altering controls functionality or adding new functions to them.
  • Working with Win32 API in .NET2/3/2006 5:01:00 AM. Windows exposes lots of functionality in the form of Win32 API. Using these API you can perform direct operation in windows, which increases performance of your application.
  • Working with Win32 API in .NET2/3/2006 5:01:00 AM. Windows exposes lots of functionality in the form of Win32 API. Using these API you can perform direct operation in windows, which increases performance of your application.
  • Kill an Application with System Menu using C#1/11/2006 5:31:20 AM. This article uses the Windows API’s to kill the application running under windows environment.