TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ramadan Elmahdy
NA
27
14.2k
select all text in text box
Mar 17 2015 3:45 PM
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
Reply
Answers (
2
)
Foam Application
Argument Exception: "An item with the same key has already b