View Single Post
  #6 (permalink)  
Old 07-13-2009, 10:13 AM
selvamarcadu selvamarcadu is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Jul 2009
Age: 22
Posts: 17
Reputation: 11
selvamarcadu is on a distinguished programming path ahead
Default multiple pdf files in child forms

Hi,
After i used acrobat 9.x(AxAcroPDFLib.AxAcroPDF)

1)I included its com and added to toolbox

2)I dropped Acrobat Reader to My main form(frmMain)

3)Then i did, I frmMain.AxAcroPDF1.LoadFile(...)

4) ChildForm.Controls.Add(frmMain.AxAcroPDF1)

But the problem is there are multiple mdi childs for the main form.I need to load multiple pdf files for them.But when i load the second mdi child, the first mdi child's pdf content becomes empty.

Note:childforms are created dynamically

Help me to load multiple pdf files for each child form.

Thanks
Selvam
Reply With Quote