Share via


Windows Media Player 11 SDK Player.KeyPress EventĀ 

Windows Media Player SDK banner art

Previous Next

Player.KeyPress Event

The KeyPress event occurs when a key is pressed and released.

Syntax

  
    
  

Parameter

nKeyAscii

Number (int) specifying the standard numeric ANSI code for the character.

Remarks

This event occurs when the keystroke results in any printable keyboard character, the CTRL key combined with a character from the standard alphabet or one of a few special characters, and the ENTER or BACKSPACE key.

The value of event parameters is specified by Windows Media Player, and can be accessed or passed to a method in an imported JScript file using the parameter name given. This parameter name must be typed exactly as shown, including capitalization.

Windows Media Player 10 Mobile: This event is not supported.

Requirements

Version: Windows Media Player 9 Series or later.

Library: Use wmp.dll.

See Also

Previous Next