How can add new tab on a tab page control by clicking a child node in a treeview?
shenn.to 0 Newbie Poster
Recommended Answers
Jump to PostHi,
You need to declare your tabpage as the new one, give this page a name and add that new tabpage to the Tabpagecontrol.
Add this code to the Listview selectedindexchange event.Try this and show us your codes.
Jump to PostHi,
You can try this;
TabControl1.TabPages.Item("TabPage2")
All 6 Replies
Luc001 77 Posting Whiz
shenn.to 0 Newbie Poster
Luc001 77 Posting Whiz
Luc001 77 Posting Whiz
Reverend Jim 5,225 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
shenn.to 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.