Sending keys to inactive application in C#/.NET -


I have an application with a combobox which includes the names of currently running applications. As I have understood from MSDN Library , SendKeys method can send keys only to active applications Is it possible to send keys to disable in any way .net? Or at least in WinAPI?

You can use the SendMessage () API in the Inactive window keystrokes Function to send.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -