MessageBox close using a different key

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Okay so I want to be lazy, I dont particulary want to have to write my own messagebox class (although it's becoming likely)
Anyone know of a way to set keys to the buttons of a messagebox so that the user doesn't have to tap the screen and doesn't have to use the arrow keys to naviage to the right button and press ENTER

Yours lazil

jax
 
Jax,

I think the easiest approach will be to just write your own MessageBox
replacement to do exactly what you want.
--
Ginny Caughey
..Net Compact Framework MVP

Jax said:
Okay so I want to be lazy, I dont particulary want to have to write my own
messagebox class (although it's becoming likely).
Anyone know of a way to set keys to the buttons of a messagebox so that
the user doesn't have to tap the screen and doesn't have to use the arrow
keys to naviage to the right button and press ENTER?
 
Back
Top