Capturing the Back Key

H

Hilton

Hi,

ListView lv;

Neither this.lv.KeyDown or this.lv.KeyPress see the Back key. How do I get
my code to 'see' it? FYI: KeyDown does see the Up and Down arrow keys.

Thanks,

Hilton
 
H

Hilton

Fabien,

Does not work for me. I'm running this on a Blackjack (not sure if that
makes any difference), it has had no CF installed (post-purchase), therefore
it is running CF 1.0. I have tried changing a few ListView properties and
even using this.Controls.Add (this.lv) instead of this.lv.Parent = this, but
that didn't help either.

I would try the emulator, but VS keeps telling me "Interface not
supported" - gotta loves those perfectly clear error messages. ;)

Hilton
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top