FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour WINDOW TO DIALOG SCREEN CO-ORDINATES CONVERSION
Posts: 654
Joined: Fri Oct 21, 2005 05:54 AM
WINDOW TO DIALOG SCREEN CO-ORDINATES CONVERSION
Posted: Tue Dec 27, 2005 11:43 AM

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
Posts: 99
Joined: Wed Nov 02, 2005 10:40 AM
Re: WINDOW TO DIALOG SCREEN CO-ORDINATES CONVERSION
Posted: Tue Dec 27, 2005 11:54 AM
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

Continue the discussion