How to open a dialog from a DLL

Hi all,

I basically need a DLL to open a dialog. I am having trouble making it thread safe. The DLL maybe called concurrently, and each call opens a dialog. How is this possible? Do you have any recommendations?

Thanks,
Grae
Use a Mutex?
Topic archived. No new replies allowed.