We are developing an application using VB 5.0 and in certain moment we display a SaveDialog. It is designed to be displayet at (0,0) position of the parent window (the window who throws it). Of course, if the parent window is maximized, the dialog appears at the left superior corner, and we do not like this, we should prefer to show it centered. We have tried to use API calls, but, as you know, the dialog windos are showed in modal way, so your code loses the flow control and, ovbiously, we can not apply the API calls to capture the window and modify its position. What can we do?
Thank you everybody.
