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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -