Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programmatically accessing debug window
Message
De
26/03/2019 15:27:03
 
 
À
26/03/2019 09:25:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01667553
Message ID:
01667576
Vues:
56
>
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform