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
richard smith
1.5k
285
160.2k
Tab Control
Feb 16 2013 4:34 PM
I have added a tab control to a win user form but the tabs will not display text! I have the tab named tbctrl1 and I tried double clicking the form and adding in
private void tbctrl1_Click(object sender, EventArgs e)
{
tbctrl1.Text = "This is Tab 1";
}
but it continues to show a blank tab with no text for the name. Did I place the naming code in the wrong location? Or am I naming the tab the wrong way?
Reply
Answers (
4
)
[C#]How to read data from Database in Realtime?
How to get filename of currently open document application.