Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Minimize debugger
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00365565
Message ID:
00365569
Vues:
16
>Anyone know how to either open the debugger minimized or a command that will minimize it? I was hoping there was a key combo that would do it and then I could just KEYBOARD it, but I've searched both VFP help and Windows help and can't find anything.
>
>Thanks,
>
Michelle,

Either SET STEP ON or ACTIVATE WINDOW DEBUG with open the debugger. To then minimize it you could use Foxtools:
lnwhandle = _WFindTitl('Visual FoxPro Debugger')
= _WZoon(lnwhandle, 2)
Of course, you could wrap this in a small prg to test for the presence and activate if necessary.
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform