C# Class KeyboardSend, code

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
KeyDown ( Keys, vKey ) : void
KeyUp ( Keys, vKey ) : void

Private Methods

Méthode Description
keybd_event ( byte bVk, byte bScan, int dwFlags, int dwExtraInfo ) : void

Method Details

KeyDown() public static méthode

public static KeyDown ( Keys, vKey ) : void
vKey Keys,
Résultat void

KeyUp() public static méthode

public static KeyUp ( Keys, vKey ) : void
vKey Keys,
Résultat void