Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Minimize debugger
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00365565
Message ID:
00365569
Views:
17
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform