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
|