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
1
Answer
Tab page similar to Google Chrome! C#
_Saeed
7y
426
1
Reply
Hi
How to make Addtab button that when I click on it the previous data with new TabPage?
public
Form1()
{
InitializeComponent();
}
private
void
tabPage1_Click(
object
sender, EventArgs e)
{
}
private
void
button1_Click(
object
sender, EventArgs e)
{
string
title =
"TabPage "
+ (tabControl1.TabCount + 1).ToString();
TabPage myTabPage =
new
TabPage(title);
tabControl1.TabPages.Add(myTabPage);
}
Pls Help Meeeeeeeeeeeee :((((
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Database Path change
idMso Value for Appendix in Word 2016 or any built is code?