Page 1 of 1

WINDOW TO DIALOG SCREEN CO-ORDINATES CONVERSION

Posted: Tue Dec 27, 2005 11:43 am
by RAMESHBABU
Can anybody advise me how to calculate the Dialog co-ordinates from a
window.

Originally I had a Child window painted in the client area of the MDI Window, with some controls on it. When ever the user changes the screen resolution, the child windoow is being adjusted automatically.

As per my new requirement I have decided to change child window to a
modal dialog. When I continue to use the child window coordinates for the dialog, the position and the size of the dialog is going beyond the client area of the MDI Window.

Can someone guide me how to convert the window coordinates to
dialog which should adjust automatically based on the resolution of the
windows.

- Ramesh Babu P

Re: WINDOW TO DIALOG SCREEN CO-ORDINATES CONVERSION

Posted: Tue Dec 27, 2005 11:54 am
by ask
RAMESHBABU wrote:Can anybody advise me how to calculate the Dialog co-ordinates from a
window.

Originally I had a Child window painted in the client area of the MDI Window, with some controls on it. When ever the user changes the screen resolution, the child windoow is being adjusted automatically.

As per my new requirement I have decided to change child window to a
modal dialog. When I continue to use the child window coordinates for the dialog, the position and the size of the dialog is going beyond the client area of the MDI Window.

Can someone guide me how to convert the window coordinates to
dialog which should adjust automatically based on the resolution of the
windows.

- Ramesh Babu P
To have the same output with dialog as you have with window devide window width,height ,ntop,nleft by 2 (and all the objects inside it).


regands
A.S.K