Desktop Functions: Smart Device Functions:
|
keybd_event (user32)
C# Signature:
[DllImport("user32.dll")] User-Defined Types:None. Notes:None. Tips & Tricks:This function is usefull to simulate Key presses (for input use the virtual keycodes from http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/WinUI/WindowsUserInterface/UserInput/VirtualKeyCodes.asp (see also VkKeyScan):
void PressKey( byte keyCode ) Sample Code:Please add some! Alternative Managed API: System.Windows.Forms.SendKeysPlease edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|