hi guys help please..how will I past data from the active MDI Child form to MDI Parent Form? Thanks in advance!
Take a look at the following code. Code: MDIForm theParent = (MDIForm)this.MdiParent; then just use the object theParent like any othere. Hope this helps!!!
MDIForm theParent = (MDIForm)this.MdiParent;
Useful Links .Net #Develop, GhostDoc, CodeKeep , be.PINVOKE, Good Code Snippet Site Krypton Toolkit, XPCC / XP Common Controls, QSS Windows Forms Components VB.COM VB.Classic Help File, MB Controls, MZTools, ADO Stored Procedure Generator add-in,
Likewise the parent can get a reference to the child form from its ActiveMdiChild property.
Why is my data not saved to my database? | MSDN Data Walkthroughs VBForums Database Development FAQ My CodeBank Submissions: VB | C# My Blog: Data Among Multiple Forms (3 parts) Beginner Tutorials: VB | C# | SQL
Thanks a lot guys! it work the way i want it.
Forum Rules