[futurebasic] Window Visible

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : December 2005 : Group Archive : Group : All Groups

From: Brian Heibert <bheibert@...>
Date: Fri, 30 Dec 2005 11:08:36 -0500
How can I tell my program if a window is visible on screen or not?

I want to do something like

long if window #_Editor = visible then
put my code here
end if

I know that window #_Editor = visible is probably not the right  
syntax I just used that for a example

Brian