Hi
I have a window that uses the SetWindowPos API to make sure that it is the
top most window.
I now wish to load a Show Save Common Dialog how ever it sits behind the
first window.
I have tried to use the SetWindowPos API but the hWnd property is not
avalabel for the Dialog.
Then i tried to get the hWnd by using the FindWindow and the Dialog title
but that doesn't work either.
Does any on know how to do this.
Ian