Alaska Software Inc. - Question
Username: Password:
AuthorTopic: Question
politicallyIncorrect Question
on Mon, 31 May 2004 09:51:22 -0600
when one hides the Title bar or changes min max normal ; i.e. 
setFrameState(XBPDLG_FRAMESTAT_MAXIMIZED)......

If I turn off the Title Bar (hide) is there a way I can move the Dialog 
window by placing the cursor on an object and moving the window ?

This would free on a lot more room on the dialog window
James Loughner Re: Question
on Mon, 31 May 2004 12:06:01 -0400
You would need to ::capturemouse(.T.) on a ::LBdown event on the drawing 
area then you could move the window based on the motion() event.

Jim


politicallyIncorrect wrote:

> when one hides the Title bar or changes min max normal ; i.e. 
> setFrameState(XBPDLG_FRAMESTAT_MAXIMIZED)......
> 
> If I turn off the Title Bar (hide) is there a way I can move the Dialog 
> window by placing the cursor on an object and moving the window ?
> 
> This would free on a lot more room on the dialog window
>