Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programmatically accessing debug window
Message
From
26/03/2019 15:27:03
 
 
To
26/03/2019 09:25:00
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01667553
Message ID:
01667576
Views:
55
>
lo = CREATEOBJECT("desktop_window_helper")
>lhwnd = lo.FindDesktopWindow("Visual FoxPro Debugger")
>lo.SetWindowPosition(lhwnd, 0, 0, lo.GetWindowWidth(lhwnd), lo.GetWindowHeight(lhwnd))
>
I went ahead and created this today. See attached. And see the ReadMe.txt file inside.

To see example use:
SET CLASSLIB TO desktop_window_helper.vcx
lo = CREATEOBJECT("desktop_window_helper")
lo.test_all()
It will single-step through each option. If anybody wants anything else added, the source code's included, or let me know and I'll add it.
Previous
Reply
Map
View

Click here to load this message in the networking platform