Top "Sendmessage" questions

Sends the specified message to a window or windows.

Send MMS from My application in android

I want to send MMS from my application to a specific number. I've searched and found this code but I …

java android mms sendmessage
"SendMessage" to 3 different processes in C++

I want to send keystrokes to multiple processes. For example, if I press “1”, then I want to send the “1” to 3 "…

c++ windows key sendmessage hwnd
How to send an alert message to a special online user with firebase

I'm trying to make a "FourConnect"-game with javascript. I want, that there is a list from all online users. …

multiplayer sendmessage firebase
Thread communication using SendMessage

my question is : how can I use SendMessage() to implement thread communication between two threads, one with a window (GUI) …

multithreading communication sendmessage
How to send a string to other application including Microsoft Word

I was trying to accomplish this but did not get good results. I used GetForegroundWindow(), AttachThreadInput(uint,uint,bool) and …

c# windows winapi sendmessage sendinput
Using WM_SHOWWINDOW to Show a Window instead of ShowWindow()

I’m trying to use the SendMessage function of a hotkey utility (or NirCMD, etc.) to get a hidden window …

windows winapi sendmessage windows-messages
Minimize/restore windows programmatically skipping the animation effect

I need to perform several operations on a list of windows (minimize some of them, restore others) in order to …

windows winapi automation sendmessage windows-shell
VB.net SendMessage waiting problem

I am using the following code to click a button for displaying another form to click on: Dim hwnd As …

vb.net visual-studio-2010 sendmessage findwindow
MFMessageComposeViewController on Simulator - canSendText?

following situation: I want to send in app SMS. This is my code creating the MFMessageComposeViewController: -(void) showMessageComposerWithText:(NSString*)…

ios5 ios-simulator sendmessage
Windows API SendMessage + WM_SETTEXT results to a crash

I'm having trouble with SendMessageA(handle,WM_SETTEXT,0,(LPARAM)text); It results to a crash if used anywhere else except …

c++ winapi crash sendmessage