How to send data to controls which is in MDI Parent

S

Satish

How to send data to controls which is in MDIParent

Hi,

I am facing problem with, sending data frm mdi child to mdi parent.

I have search Dropdown in MDI form, depend on selection, or enter
string(its like IE URL functionality) and click search button, i am
displaying Details form with all the details. Their i have Delete
button. When we click on delete button, we have to delete the record
from database and at the same time, i have to delete record from the
drop down.

Here i have one private array list, every time depend on search i am
modifying array list and binding it to the drop down.

I have changed drop down Modifiers to public and tried to access from
the child form. Its not accessing the control. Any one will send how
to solove this problem.

Waiting for replaies.....

Regards
Satish
 
H

Herfried K. Wagner [MVP]

* (e-mail address removed) (Satish) scripsit:
How to send data to controls which is in MDIParent

\\\
DirectCast(Me.MdiParent, MainForm).TheControl.Enabled = False
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top