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
Jay S
NA
230
59.2k
[C#] Listview to change tabpage
Nov 29 2013 4:42 PM
I have a main form, on that form I have a tabcontrol and a list view.
As I click my listview my tabpages do change (no problems).
On my tab pages I have some objectlistviews where on row click I open another form:
this.currentEdit = new FrmEdit();
this.currentEdit.TopLevel = false;
this.currentEdit.Parent = this.tabP;
this.currentEditShow();
this.currentEditBringToFront();
This form is borderless and has no icon, no taskbar, in effect it looks "embedded".
The listview from my main form is still visble as this is in a tabpage
In this "subform" I have another tabcontrol, as I open this form up I programatically change some of the items in the listview.
I want to be able to use the listview click event to change the tabpage of subform..
I can't seem to find a way to access the child of a child tabcontrol
I hope I have explained this well.
Reply
Answers (
1
)
date display in report
A property or indexer may not be passed as an out or ref par