Hi all,

I have VC++ regular dll which creates a dialog as child and returns pointer.

My requirement is i need to invoke this DLL from VB and place the created child dialog inside VB form

First of all is this possible? is yes how can we achive it?

//////////////////////////////////////////////////////////
Background

I dont have much idea about VB as i am vc++ programmer, My colleague says its impossible to display a vc++ child dialog(dll) in her VB form but can display a vc++ dialog if its of popup style.

But my requirement is VC++ child dialog has to be displayed inside VB forms and not as popop window.