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
spyrit
NA
1
0
TabControl on Seperate Form
Feb 8 2005 6:34 AM
Hi How can I change the tab page of a tabcontrol from a seperate form. Form1 has the button and Form2 has the tabcontrol that needs to be changed by Form1 I have tried: //on Form2 public void changetab2(); { tabControl1.SelectedTab = tabPage2; } //on Form1 private void menuItem1_Click(object sender, System.EventArgs e) { form2 Form2 = new Form2(); form2.changetab2(); } This unfortunately does not work. How can I fix this? Thanks in advance Regards ixodus
Reply
Answers (
1
)
how can I add child items in treeview using vb.net
passing data to an array