Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
select all text in text box
Ramadan Elmahdy
9y
630
1
Reply
Hello All
i have windows App
some text boxs
i tab between textbox by this code
private void AstTxt_KeyDown(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.Enter)
{
AltTxt.Focus();
}
}
but i want when go next text box
select data in this textbox not delete it
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
Foam Application
Argument Exception: "An item with the same key has already b