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
varsha dodiya
NA
407
75.2k
HOw to set tabstop=false of controls on certain conditions.
Jul 12 2014 6:30 AM
in winforms ,, i want to set tabstop property false of some textbox,
if textbox is already filled with some text then its tabstop should be false
i did
if(textbox1.text!="")
{
textbox1.text.tabstop=false;
}
if(textbox2.text!="")
{
textbox2.text.tabstop=false;
}
but under which event should i write it ? help me plz
Reply
Answers (
8
)
Adding Window Media Player control C#
How to correctly use the 'using' statement frees resources?