How to know if a window is visible?
Posted: Fri Feb 26, 2010 8:55 am
Hi,
Look at this
define window xWin
....
....
NOSYSMEMU;
MODAL;
xWin.Show
// do long processing here
// if you try to move the window and you succeeded
xWin.Hide // will not work
Is there a function to know whether a window is visible?
TIA
Look at this
define window xWin
....
....
NOSYSMEMU;
MODAL;
xWin.Show
// do long processing here
// if you try to move the window and you succeeded
xWin.Hide // will not work
Is there a function to know whether a window is visible?
TIA