Bunifu textbox KeyDown EventHandler
up vote
0
down vote
favorite
I have a code like this:
private void textBoxPsw_KeyDown(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.Enter)
{
BtnLogin_Click(this, new EventArgs());
}
}
I want to click Login button when I click Enter. But it's not working for Bunifu Framework.
bunifu
add a comment |
up vote
0
down vote
favorite
I have a code like this:
private void textBoxPsw_KeyDown(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.Enter)
{
BtnLogin_Click(this, new EventArgs());
}
}
I want to click Login button when I click Enter. But it's not working for Bunifu Framework.
bunifu
what is not working? the keydown event is not triggering? the e.keycode is different or wrong? the btnlogin_click doesnt call... what is it?
– sLw
Nov 8 at 10:44
e.KeyCode can't use
– Haru Zain
Nov 9 at 7:11
How can't you use it?? Please, get some programming fundamentals before doing things with other frameworks. Why can't you use it? What's the Value? Is your keyboard broken? Does your monitor show wrong colors.... You can't ask a question like that.Running code, it gives bug
– sLw
Nov 9 at 9:14
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a code like this:
private void textBoxPsw_KeyDown(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.Enter)
{
BtnLogin_Click(this, new EventArgs());
}
}
I want to click Login button when I click Enter. But it's not working for Bunifu Framework.
bunifu
I have a code like this:
private void textBoxPsw_KeyDown(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.Enter)
{
BtnLogin_Click(this, new EventArgs());
}
}
I want to click Login button when I click Enter. But it's not working for Bunifu Framework.
bunifu
bunifu
edited Nov 8 at 13:39
Hans Passant
778k10412762030
778k10412762030
asked Nov 8 at 10:28
Haru Zain
183
183
what is not working? the keydown event is not triggering? the e.keycode is different or wrong? the btnlogin_click doesnt call... what is it?
– sLw
Nov 8 at 10:44
e.KeyCode can't use
– Haru Zain
Nov 9 at 7:11
How can't you use it?? Please, get some programming fundamentals before doing things with other frameworks. Why can't you use it? What's the Value? Is your keyboard broken? Does your monitor show wrong colors.... You can't ask a question like that.Running code, it gives bug
– sLw
Nov 9 at 9:14
add a comment |
what is not working? the keydown event is not triggering? the e.keycode is different or wrong? the btnlogin_click doesnt call... what is it?
– sLw
Nov 8 at 10:44
e.KeyCode can't use
– Haru Zain
Nov 9 at 7:11
How can't you use it?? Please, get some programming fundamentals before doing things with other frameworks. Why can't you use it? What's the Value? Is your keyboard broken? Does your monitor show wrong colors.... You can't ask a question like that.Running code, it gives bug
– sLw
Nov 9 at 9:14
what is not working? the keydown event is not triggering? the e.keycode is different or wrong? the btnlogin_click doesnt call... what is it?
– sLw
Nov 8 at 10:44
what is not working? the keydown event is not triggering? the e.keycode is different or wrong? the btnlogin_click doesnt call... what is it?
– sLw
Nov 8 at 10:44
e.KeyCode can't use
– Haru Zain
Nov 9 at 7:11
e.KeyCode can't use
– Haru Zain
Nov 9 at 7:11
How can't you use it?? Please, get some programming fundamentals before doing things with other frameworks. Why can't you use it? What's the Value? Is your keyboard broken? Does your monitor show wrong colors.... You can't ask a question like that.
Running code, it gives bug– sLw
Nov 9 at 9:14
How can't you use it?? Please, get some programming fundamentals before doing things with other frameworks. Why can't you use it? What's the Value? Is your keyboard broken? Does your monitor show wrong colors.... You can't ask a question like that.
Running code, it gives bug– sLw
Nov 9 at 9:14
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
draft saved
draft discarded
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53205845%2fbunifu-textbox-keydown-eventhandler%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
what is not working? the keydown event is not triggering? the e.keycode is different or wrong? the btnlogin_click doesnt call... what is it?
– sLw
Nov 8 at 10:44
e.KeyCode can't use
– Haru Zain
Nov 9 at 7:11
How can't you use it?? Please, get some programming fundamentals before doing things with other frameworks. Why can't you use it? What's the Value? Is your keyboard broken? Does your monitor show wrong colors.... You can't ask a question like that.
Running code, it gives bug– sLw
Nov 9 at 9:14