PDA

Click to See Complete Forum and Search --> : SetParent Problem


mlewis
Feb 8th, 2002, 01:03 PM
This is a conflict with VB's MDIForm code. If you don't need VB's MDIChildren support, then create a normal Form with a picturebox and use SetParent to put Excel in the picturebox.

scostell
Feb 8th, 2002, 03:07 PM
I appreciate the reply!

I have tried putting Excel inside a picture box on another form and it had the same affect.

Have you done it using another form and a picture box?

mlewis
Feb 8th, 2002, 04:42 PM
Not with excel, but I've done it with other programs.

Perhaps you could post up the code you use?