Hi,
I have a modeless dialog which according to the utility Spy++ has no parent. I need to be able to set focus to this dialog across files. What I mean is if I'm in another code file I may need to access this dialog's members. I can't seem to find a way to gain access outside of the file that creates the dialog. Everything is "0".
Could someone show me how to make a global varialble that has a pointer to the dialog?

Thanks
Steve