Thanks guys for the discussion on my behalf.
I just thought there would be an easier way to do this in .NET.
Doing some more research on this I found this web page which might
help:
http://www.vbaccelerator.com/home/VB...logs/index.asp
Thanks for your help anyway
Thomas
On Sat, 30 Aug 2003 09:06:37 +0100, "Tom Spink"
<(E-Mail Removed)> wrote:
>> Any details,especially the set-parent-from-windows-handle bit?
>
>It requires hooking and threads...
>
>> Ahah! Is the "a form" mentioned above a new form which is to be a
>> host container for the dialogue and any extra controls (ie the
>> combobox)?
>
>It most certainly is.
>
>> Can you add anything about populating the combo box and doing
>> something with the selection, too?
>
>When the user has chosen OK on the OFD, just close the form, and return what
>you need from the host form.
>
>I've done it once in VB6, maybe I'll try again.