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
Irshad Ibrahim
NA
11
0
Mdi parent - Children relations
Mar 2 2010 2:33 PM
Can I access the MdiParent elements from its child being called?
ie:
parent
:
public int a=0;
parent_Load()
{
child.MdiParent=this;
child.show();
}
Child :
button1_Click()
{
parent p=new parent();
p.a=1;
this.close();
}
but the problem is; when the focus returns to parent, the value of a remains the same(0).
pls help...
Reply
Answers (
1
)
C# + SQL Server Database combine? HOW?
i need help in PDF file processing.