2005-01-24, 04:45 PM
I know you have mentioned this but it would be very useful.
A remote button (probably the one without any text on it) that allows the user to hit
special+0 -> and then calls the
public override bool OnKeyDown(System.Windows.Forms.KeyEventArgs e)
Perhaps we make it the ctrl/alt key or something so the developer can say
if ( e.Alt )
{
if ( e.KeyCode == System.Windows.Forms.Keys.Down )
{
// do special logic
}
}
jorm
A remote button (probably the one without any text on it) that allows the user to hit
special+0 -> and then calls the
public override bool OnKeyDown(System.Windows.Forms.KeyEventArgs e)
Perhaps we make it the ctrl/alt key or something so the developer can say
if ( e.Alt )
{
if ( e.KeyCode == System.Windows.Forms.Keys.Down )
{
// do special logic
}
}
jorm
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage