Holla, me gostaria de saber se tien alguna forma de fazer para que el dialog no mova.
Hi, i wanna make something to no permit that a dialog or window
move, while user move dialog or window return false.
someone know ?
thanks
Holla, me gostaria de saber se tien alguna forma de fazer para que el dialog no mova.
Hi, i wanna make something to no permit that a dialog or window
move, while user move dialog or window return false.
someone know ?
thanks
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
DEFINE DIALOG oDlg;
STYLE DS_MODALFRAME | WS_POPUP
@ 2, 2 BUTTON "&Close";
ACTION oDlg:End()
ACTIVATE DIALOG oDlg;
CENTER
RETURN NILi try more move normal.
i wanna that not move
lailton.webmaster wrote:i try more move normal.
i wanna that not move
I want that deny move dialog, no premission to move, always the same location if i input to stay in center no move to up do down to left or to right
stay only center !
understand }:?
The dialog of my sample can't be move. Otherwise, I don't understand.
EMG
humm..
here to me move.
Do you want my EXE to test it there?
EMG
ya send me link
thanks so much.
right, more i need that show caption
i need something that while onmove is in use return false
because i use my lib with it and my lib show caption...
You could try to save the position of the dialog and then add
oDlg:bMoved := ... (Codeblock to move dialog to previous position)
LoL right thanks so much