So, I did search google and SO prior to asking this question. Basically I have a DLL that has a form compiled into it. The form will be used to display information to the sc
Don't you just want the dialog to be a child of the calling form?
To do that you'll need the pass in the calling window and use the ShowDialog( IWin32Window owner ) method.