TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About SendMessage
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mohan Kumar (1)
Sardar Mudassar Ali Khan (1)
Sam Hobbs (1)
Rafal Wozniak (1)
shrijeet (1)
Chandra Hundigam (1)
Related resources for SendMessage
No resource found
Find And Close The Window Using WIN API
9/10/2023 10:43:56 PM.
This article explains how to find and close the window using Win API. To find and close a window using the Windows API in a C# application, you can use the FindWindow function to locate the window by
SignalR to enable real-time communication between clients and the server
9/5/2023 2:37:57 AM.
SignalR to enable real-time communication between clients and a server. SignalR is a library for ASP.NET that allows you to build real-time, interactive web applications. In this example, we'll cr
Clicking a Button in Another Application
7/27/2023 9:20:10 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 .NET
2/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.