Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cascade all VFP Forms
Message
 
 
To
21/04/2004 09:40:12
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00896837
Message ID:
00896860
Views:
39
This message has been marked as the solution to the initial question of the thread.
>Ok, pardon my ignorance, I have it working now, but what I wanted was to cascade all VFP forms in _Screen, not all open windows in the environment (not IE, Word, etc). Is it possible?
>

You've to pass proper hWnd. Try
DECLARE SHORT CascadeWindows IN Win32API;
      INTEGER hwndParent, INTEGER wHow,;
      STRING @lpRect, INTEGER cKids,;
      STRING @lpKids
= CascadeWindows(_screen.hWnd, 0, 0, 0, 0)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform