Hi, I'm working on a outlook add-in project and I need show some cursomer form made by VB, as I know when VB show the form, the form can accept a owner as the form.show function parameter.
And now I can get the HWND of outlook window, but when I use the hwnd as the owner parameter of form.show function, it shows that type dismatch.
How can I use the hwnd as a form's owner? Or how can I make the outlook window as the form's owner, so the form will show in the front of outlook window?
I'm working with outlook 2000/2003 and VB6 SP6.
Thank you.