Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ACTIVATE WINDOW
Message
From
11/05/2001 16:42:10
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00506381
Message ID:
00506431
Views:
14
>Steve,
>
>You mean, of course, when debugging within the design environment, right?
>
>If so, it's the same process you'd use when hiding the standard toolbar. Namely, something like
IF WEXIST("PROJECT MANAGER")
>  HIDE WINDOW "PROJECT MANAGER"
>ENDIF
When exiting
IF WEXIST("PROJECT MANAGER")
>  SHOW WINDOW "PROJECT MANAGER"
>ENDIF
My Is_Run() doesn't check child windows. However, the _VFP system variable can tell you how many projects are open and give you a reference to the current project via the ActiveProject Object.
>


There!
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform