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
Devendra Sarang
NA
131
2.3k
Chorme type tabs in C# windows application.
Sep 30 2020 1:10 AM
I am trying to create one simple C# application that will create tabs like chorme browser.
Means on clicking "+" sign it will create new tabs,
Now I want that instead of creating new tabs on clicking "+" sign,
it will create new tabs when clicking Button on first tabs
Like this
Right now I am unable to create new tabs on clicking + sign
I want to achieve same thing using Five Buttons on first tabs
For this, I am using "EasyTabs" and referring code on the following page
https://ourcodeworld.com/articles/read/574/creating-a-csharp-application-with-chrome-style-tabs-using-easytabs-in-winforms
Reply
Answers (
3
)
Open window application from another
Display data from txt file to richtextbox