I've been using Rob Hutchinson's blitzsys dll with an app I'm making to bring up a Windows file requester. It works very well, but does anyone know how I might:
1) Make the file requester appear initially at coordinates other than the very top left corner of the screen (which looks a bit messy)?
2) Ensure that the file requester maintains the focus until the user either chooses a file or closes the window?
I suspect that if I could just get the relevant window handle I could figure out how to do these things using WinAPI commands. Any suggestions?
Thanks
1) Make the file requester appear initially at coordinates other than the very top left corner of the screen (which looks a bit messy)?
2) Ensure that the file requester maintains the focus until the user either chooses a file or closes the window?
I suspect that if I could just get the relevant window handle I could figure out how to do these things using WinAPI commands. Any suggestions?
Thanks