VB-Helper deserves credit for providing the basic example to accomplish this.
This works well with exe's (such as notepad, calc) created with
C++. It does not seem (I haven't solved yet) to work correctly
with VB created exe's. MAYBE because of the need for the
runtime files.
Last edited by dw85745; Dec 31st, 2003 at 11:32 AM.
Yeah, it wasn't uploaded right, probably why I never saw the SetParent API -- I'll see if VB compiled apps (I can test with VB4 and VB5) will work with it.
cjqp
*EDIT*
I've tested it now, worked fine with VB4, but when I tried a VB5 app it opened outside the MDI parent window.
Is this what you're getting?
******
K, I don't understand why this happens but it is happening to me everytime. There must be a reason behind the madness, even if it was an accidental one.