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:
00365572
Views:
14
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform