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:
00365572
Vues:
13
>>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.

Whoops, type there. It should be:

= _WZoomm(lnwhandle, 2)
George

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

Click here to load this message in the networking platform