Button Class

  • Thread starter Thread starter dohko
  • Start date Start date
Dohko:

You are correct, it's not implemented ...
http://msdn.microsoft.com/library/en-us/dv_spchk/html/NET_Compact_Framework.htm
You can wire in the code but it won't do anything even though it won't give
you a compile error. That can be tricky b/c it looks like it should work,
but it just wont' do anything. I've tried a few ways to rig it haven't
succeeded...your best bet is trying to get click to work for you. For
instance, you can use a textbox and use it's keypress event to fire the
click event of the button passing in whatever info you need. Typically, key
pressing a button isn't something you do very often so you'll either need to
use click or fake it.

HTH,

Bill
 
Back
Top