C# Class KeyboardSend, code

Mostra file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
KeyDown ( Keys, vKey ) : void
KeyUp ( Keys, vKey ) : void

Private Methods

Method Description
keybd_event ( byte bVk, byte bScan, int dwFlags, int dwExtraInfo ) : void

Method Details

KeyDown() public static method

public static KeyDown ( Keys, vKey ) : void
vKey Keys,
return void

KeyUp() public static method

public static KeyUp ( Keys, vKey ) : void
vKey Keys,
return void