winforms - Calculator windows forms c# -
this question has answer here:
i'm working on university project of windows forms calculator c#.
is functional, question is.
can insert numbers in main textbox without focusing on it. want work windows calculator , insert numbers without having click textbox.
i've try lot of methods using event key_press directly on form nothing works.
ps. windows calculator.
set form.keypreview property true , handle form_keypress event.
Comments
Post a Comment